mirror of https://gitlab.com/oatmealine/cumstorm
parent
e0f9b3dfeb
commit
b302d2b6ca
@ -0,0 +1 @@
|
||||
**/*.js
|
@ -0,0 +1,17 @@
|
||||
# cumstorm
|
||||
|
||||
a (WIP) geometry dash private server in typescript
|
||||
|
||||
its still only about **3%** complete
|
||||
|
||||
heavily based on https://github.com/Cvolton/GMDprivateServer/ and https://github.com/matcool/pygdps/ (thanks mat!)
|
||||
|
||||
## how-to setup
|
||||
|
||||
1. `npm install` OR `yarn install`
|
||||
|
||||
2. make a config/config.json file based on the config.example.json file (optional)
|
||||
|
||||
3. `tsc && npm start` OR `npm run quickrun`
|
||||
|
||||
4. edit the GeometryDash exe to use your url instead of http://boomlings.com (this repo will not provide help for this)
|
Loading…
Reference in new issue