docs: add database migration step to local setup instructions (#1135)
This commit is contained in:
parent
f8ba52bd2a
commit
5ccabf8a74
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue