A stat calculator/gear planner for Splatoon 2.
Running locally requires being built with Gulp.
- Clone or download the repository.
- With a command line (cmd/Terminal/etc.), navigate to the repository directory.
- Install the project's build dependencies with npm:
npm install
- Build with Gulp:
gulp
- Results are located in the /dist/ directory.