doc correction

This commit is contained in:
Param 2024-05-10 19:54:34 +05:30
parent 580bb6b162
commit 96a900de8d
1 changed files with 6 additions and 6 deletions

View File

@ -81,18 +81,18 @@ npm install
```
</Step>
<Step title="Generate the prisma client and run the migrations">
```bash Terminal
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="Generate the prisma client and run the migrations">
```bash Terminal
npm run prisma-db-push
```
</Step>
<Step title="Run the project">
```bash Terminal
npm run dev