Merge remote-tracking branch 'origin/main'

This commit is contained in:
Nevo David 2024-05-14 18:24:31 +07:00
commit 0d925feb05
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