Skip to content

Commit c5903ab

Browse files
committed
docs: add missing migrate command to dev instructions
1 parent 8985d71 commit c5903ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This will allow you to access it served as static files from the backend at `loc
2323
```bash
2424
cd backend
2525
cp .env.example .env
26+
yarn prisma migrate dev
2627
yarn install
2728
yarn start
2829
```

0 commit comments

Comments
 (0)