1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-22 02:31:36 +02:00
server/cdn/CONTRIBUTE.md

15 lines
84 B
Markdown
Raw Normal View History

2021-08-18 13:57:23 +02:00
# CONTRIBUTE
### Setup:
```
npm i
npm start
```
### Run tests:
```
npm test
```