Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 785 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 785 Bytes

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: npm run build
  5. Results are located in the /dist/ directory.

Dev Tools

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.