mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
.tmp | ||
proxy | ||
resources | ||
.gitignore | ||
LICENSE | ||
neutralino.config.json | ||
package.json | ||
README.md |
GrassClipper
Grasscutter launcher for easily switching between Official and Private servers
Setup
- Clone the repository
- Ensure you have NodeJS installed.
- Install the
neu
CLI tool:npm install -g @neutralinojs/neu
- Install the dependencies:
npm install
ANDneu update
- Compile and run:
- For testing:
npm run dev
- For production:
npm run build
- For testing:
TODO
- Interface
- UI
- Official and Private options
- Server IP input
- Fun fancy CSS styling n stuff (CoD: MW 2019-style vertical menu for choosing between official and private servers? See this)
- Proxy service
- Local proxy server
- Intercept and modify GI requests like with Fiddler, allow anything else to pass through