docs: update quickstart
This commit is contained in:
parent
c04f9378c3
commit
79c4dadc94
|
|
@ -87,6 +87,12 @@ npm run prisma-db-push
|
|||
```
|
||||
</Step>
|
||||
|
||||
<Step title="Setup postgres & redis via docker compose">
|
||||
```bash Terminal
|
||||
docker compose -f "docker-compose.dev.yaml" up
|
||||
```
|
||||
</Step>
|
||||
|
||||
<Step title="Run the project">
|
||||
```bash Terminal
|
||||
npm run dev
|
||||
|
|
|
|||
Loading…
Reference in New Issue