docs: add database migration step to local setup instructions (#1135)

This commit is contained in:
Wei Tu 2025-10-31 17:30:07 -07:00 committed by GitHub
parent f8ba52bd2a
commit 5ccabf8a74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,6 +64,7 @@ You will need to use the environment variables [defined in `.env.example`](.env.
```bash ```bash
pnpm install pnpm install
pnpm db:migrate # Setup database or apply latest database changes
pnpm dev pnpm dev
``` ```