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.
- Clone the repository:
git clone https://github.com/esfalsa/harrier.git
. - Install dependencies:
npm install
. - Edit source files in
src/
. - Compile code:
npm run build
ornpm run start
.
- Open the documentation folder:
cd docs
. - Install Ruby dependencies:
bundle install
. - Start the development server:
bundle exec jekyll serve --livereload
.