Update CONTRIBUTING.md

This commit is contained in:
Amruth Pillai
2023-12-03 09:44:18 +05:30
committed by GitHub
parent 11cd2d9b15
commit 45833b9067

View File

@ -43,6 +43,7 @@ It should take just under half a minute for all the services to be booted up cor
### 5. Run the development server ### 5. Run the development server
```sh ```sh
pnpm prisma:migrate:dev
pnpm dev pnpm dev
``` ```