mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2025-02-21 13:41:21 +00:00
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
Description
Languages
JavaScript
53.2%
HTML
16.3%
Batchfile
15%
CSS
11.6%
Python
3.2%
Other
0.7%