Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 371 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 371 Bytes

Contributing

First: read info.md

To get started with development:

  1. Run npm install
  2. Run npm watch in one terminal.
  3. 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.