📝 Update README.md

This commit is contained in:
Luke Vella 2023-03-07 11:05:58 +00:00 committed by GitHub
parent a0a84fd5b6
commit 58fa0cb10d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,10 +39,10 @@ Install dependencies
yarn
```
Next, run the database migrations to create our schema
Next, run the following to generate the database client and run migrations to create our schema
```
yarn prisma migrate deploy
yarn db:generate && yarn db:deploy
```
Start the Next.js server