Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samarthmhetre authored Oct 15, 2023
1 parent e85d111 commit 348cf62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ To set up the development environment locally, follow these steps:
You can replace superman123 with any secret of your choice.
5. Run database migrations to set up the database:
6. Run database migrations to set up the database:
```bash
yarn migrate:latest
6. Start the local development server:
7. Start the local development server:
```bash
yarn local
7. The backend will be up and running on port 8000.
8. The backend will be up and running on port 8000.
## Submitting a Pull Request (PR)
Expand Down

0 comments on commit 348cf62

Please sign in to comment.