mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 10:52:31 +01:00
19 lines
175 B
Markdown
19 lines
175 B
Markdown
# CONTRIBUTE
|
|
|
|
### Setup:
|
|
|
|
```
|
|
npm i
|
|
npm start
|
|
```
|
|
|
|
### Run tests:
|
|
|
|
```
|
|
npm test
|
|
```
|
|
|
|
#### common errors:
|
|
|
|
- db not connecting --> start mongod in a seperate terminal window
|