1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-19 23:21:40 +02:00

Merge pull request #5 from mugman174/master

Add CDN info to the contribution docs
This commit is contained in:
Flam3rboy 2021-08-13 00:00:47 +02:00 committed by GitHub
commit db0ece16fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,16 @@ npm i
npm start
```
---
### CDN Server
```
cd cdn
npm i
npm start
```
Now you should have a development server running and can use the test client on [http://localhost:3001](http://localhost:3001)
---