mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-25 09:03:43 +08:00
docs: add development instruction
This commit is contained in:
@ -1,4 +1,11 @@
|
|||||||
# SQL Chat
|
# SQL Chat
|
||||||
|
|
||||||
### One-Click Deploy to Vercel
|
### One-Click Deploy to Vercel
|
||||||
|
|
||||||
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fbytebase%2Fsqlchat&env=OPENAI_API_KEY)
|
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fbytebase%2Fsqlchat&env=OPENAI_API_KEY)
|
||||||
|
|
||||||
|
### Development
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pnpm i && pnpm dev
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user