Skip to content

Commit 27b1dac

Browse files
committed
Added Contributing.md file
1 parent 78dbc1e commit 27b1dac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Steps to follow to contribute to the project
2+
3+
1. Clone the repository
4+
2. Navigate into the repo and run
5+
6+
```
7+
npm install
8+
```
9+
3. To start the server run
10+
```
11+
npm start
12+
```

0 commit comments

Comments
 (0)