mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-01 19:26:30 +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
|
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
|
Start the Next.js server
|
||||||
|
|
Loading…
Add table
Reference in a new issue