/splat2-calc

Gear planning tool for Splatoon 2.

Primary LanguageJavaScriptMIT LicenseMIT

splat2-calc

https://loadout.ink

A stat calculator/gear planner for Splatoon 2.

Running locally requires being built with Gulp.

Build Instructions

Requirements

Instructions

  1. Clone or download the repository.
  2. With a command line (cmd/Terminal/etc.), navigate to the repository directory.
  3. Install the project's build dependencies with npm: npm install
  4. Build with Gulp: gulp
  5. Results are located in the /dist/ directory.

Dev Tools

To ease development, you can use the gulp serve command to build the project, start a webserver, and rebuild the project whenever a file changes in the project.

The webserver runs at localhost:8080 by default.