First: read info.md
To get started with development:
- Run
npm install
- Run
npm watch
in one terminal. - In another terminal, run
npm dev
to start up a development server.
To use fish-commands with a server installed somewhere else, run npm attach [jarfilepath.jar]
Once you have made and tested your changes, submit a PR.