mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-13 14:12:41 +01:00
15 lines
84 B
Markdown
15 lines
84 B
Markdown
# CONTRIBUTE
|
|
|
|
### Setup:
|
|
|
|
```
|
|
npm i
|
|
npm start
|
|
```
|
|
|
|
### Run tests:
|
|
|
|
```
|
|
npm test
|
|
```
|