🦑 Current and upcoming map schedules for Splatoon 2
Go to file
2017-08-02 19:24:32 -07:00
docker/app Add Docker config 2017-08-02 19:24:32 -07:00
src Add Docker config 2017-08-02 19:24:32 -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 Docker config 2017-08-02 19:24:32 -07:00
readme.md Add Docker config 2017-08-02 19:24:32 -07:00
webpack.config.js Add basic layout 2017-08-02 12:51:10 -07:00
yarn.lock Add Docker config 2017-08-02 19:24:32 -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