mirror of https://gitlab.com/oatmealine/cumstorm
|
||
---|---|---|
config | ||
src | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.gitlab-ci.yml | ||
.travis.yml | ||
LICENSE.md | ||
README.md | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
cumstorm
a (WIP) geometry dash private server in typescript
its still only about 4% complete
heavily based on https://github.com/Cvolton/GMDprivateServer/ and https://github.com/matcool/pygdps/ (thanks mat!)
how-to setup
-
npm install
ORyarn install
-
make a config/config.json file based on the config.example.json file (optional)
-
tsc && npm start
ORnpm run quickrun
-
edit the GeometryDash exe to use your url instead of http://boomlings.com (this repo will not provide help for this)