GrassClipper/README.md

25 lines
900 B
Markdown
Raw Normal View History

2022-04-19 23:07:19 +00:00
# GrassClipper
Grasscutter launcher for easily switching between Official and Private servers
2022-04-19 23:19:27 +00:00
[Download Here!](https://github.com/Grasscutters/GrassClipper/releases/)
# Setup
0. Clone the repository
1. Ensure you have [NodeJS](https://nodejs.org/en/download/) installed.
2. Install the `neu` CLI tool: `npm install -g @neutralinojs/neu`
2022-04-19 23:33:59 +00:00
3. Install the dependencies: `npm install` AND `neu update`
2022-04-19 23:19:27 +00:00
4. Compile and run:
* For testing: `npm run dev`
* For production: `npm run build`
# 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](https://charlieintel.com/wp-content/uploads/2020/11/MW-new-menu.png))
* Proxy service
* Local proxy server
* Intercept and modify GI requests like with Fiddler, allow anything else to pass through