Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
/ harrier Public archive

Key bindings and shortcuts for NationStates.

License

Notifications You must be signed in to change notification settings

esfalsa/harrier

Repository files navigation

Harrier

license version code style: prettier forum thread: TBA

Key bindings and shortcuts for NationStates.

Warning: Harrier remains under active development and may contain unintended behavior and missing features. If you wish to use it, please do so at your own risk and exercise caution while doing so.

Local Development

Build Harrier

  1. Clone the repository: git clone https://github.com/esfalsa/harrier.git.
  2. Install dependencies: npm install.
  3. Edit source files in src/.
  4. Compile code: npm run build or npm run start.

Run Documentation Locally

  1. Open the documentation folder: cd docs.
  2. Install Ruby dependencies: bundle install.
  3. Start the development server: bundle exec jekyll serve --livereload.