mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +02:00
📝 Update README.md
This commit is contained in:
parent
a0a84fd5b6
commit
58fa0cb10d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue