🦑 Current and upcoming map schedules for Splatoon 2
Go to file
2017-08-08 10:05:58 -07:00
docker/app Add dependency required for building the favicons with Webpack 2017-08-06 14:07:01 -07:00
src Add some transitions 2017-08-08 10:05:58 -07:00
.babelrc Initial commit 2017-08-02 09:58:58 -07:00
.env.example Add basic SplatNet update command 2017-08-02 10:20:25 -07:00
.gitattributes Initial commit 2017-08-02 09:58:58 -07:00
.gitignore Add basic SplatNet update command 2017-08-02 10:20:25 -07:00
docker-compose.yml Add Docker config 2017-08-02 19:24:32 -07:00
package.json Add Splatfest info for NA 2017-08-05 16:21:19 -07:00
readme.md Add Docker config 2017-08-02 19:24:32 -07:00
webpack.config.js Add favicon 2017-08-06 13:54:52 -07:00
yarn.lock Add Splatfest info for NA 2017-08-05 16:21:19 -07:00

splatoon2.ink

Development

yarn serve

Production

yarn build

Or via Docker:

docker-compose run --rm app yarn build

Update SplatNet Data

yarn splatnet

On a schedule via Docker:

docker-compose up -d app