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:
npm run build
- Results are located in the /dist/ directory.
To ease development, you can use the npm run 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.