From f46a1628080ece0a9fcff0199be67ade03007f6d Mon Sep 17 00:00:00 2001 From: Sayak Saha <83216382+sayakongit@users.noreply.github.com> Date: Fri, 27 Oct 2023 23:39:05 +0530 Subject: [PATCH] docs: update to directory names (#37) --- CONTRIBUTING.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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: