From 348cf62ae7d280a906b5af5c6e86d3d38ac8aaf0 Mon Sep 17 00:00:00 2001 From: Samarth Mhetre <91241120+samarthmhetre@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:14:37 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11a7427..4a330fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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)