docs: update quickstart

This commit is contained in:
Shun Yuan 2024-05-04 20:36:18 +08:00
parent c04f9378c3
commit 79c4dadc94
1 changed files with 6 additions and 0 deletions

View File

@ -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