blob: 7cc673d9c679d50cc54546e99a975b016d620fb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# CONTRIBUTE
### Setup:
```
npm i
npm start
```
### Run tests:
```
npm test
```
#### common errors:
- db not connecting --> start mongod in a seperate terminal window
|