1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-13 14:12:41 +01:00
server/cdn/CONTRIBUTE.md
2021-08-18 13:57:23 +02:00

15 lines
84 B
Markdown

# CONTRIBUTE
### Setup:
```
npm i
npm start
```
### Run tests:
```
npm test
```