Skip to content

Commit

Permalink
docs: update to directory names (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakongit authored Oct 27, 2023
1 parent 42836f2 commit f46a162
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:
Expand Down

1 comment on commit f46a162

@vercel
Copy link

@vercel vercel bot commented on f46a162 Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.