1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-09 20:02:32 +01:00
This commit is contained in:
mugman 2021-08-12 13:15:35 -07:00
parent c75b5b56c2
commit de3e012385

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)
---