From de45187fe569d71ef6a159a30caf21d49f0c3959 Mon Sep 17 00:00:00 2001 From: Rudransh Bhardwaj <115872354+rudransh61@users.noreply.github.com> Date: Sat, 7 Oct 2023 19:47:58 +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 e3d14cca..043e804e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,14 +61,14 @@ We follow these guidelines for contributing: 9. Create a pull request (PR) to the main repository's `main` branch. -## Setting Up the Development Environment +# Setting Up the Development Environment -# Backend +## Backend To contribute to the `review-app` project, you'll also need to set up the backend. The backend code is located in the `review-app-api` repository. - Backend Repository: [review-app-api](https://github.com/piyushgarg-dev/review-app-api) -# Frontend +## Frontend To set up the development environment locally, follow these steps: