diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7da33f3..2e2a29d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ After cloning the repository, change the current working directory to the reposi ``` -cd hack4bengal.github.io +cd s3 ``` Before making any changes, make sure to always create a new branch. To create a new brach run the following command: @@ -34,6 +34,15 @@ git checkout -b branch-name ``` You can run `git branch` command to check your branch status. +## Start the server + +After successfully making a branch, run the project by using the following commands: + +``` +npm install +npm run dev +``` + ## Make changes Now you are all set to make changes. For that you can use any text editor, but I will recommend using Vs Code as it feature rich and easy to use. If VS Code is already installed on your machine, run the following command: