docs: add development instruction

This commit is contained in:
tianzhou
2023-03-28 12:02:58 +08:00
parent dcaa55127e
commit a1cba44bd3

View File

@ -1,4 +1,11 @@
# SQL Chat
### One-Click Deploy to Vercel
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fbytebase%2Fsqlchat&env=OPENAI_API_KEY)
### Development
```bash
pnpm i && pnpm dev
```