🦑 Current and upcoming map schedules for Splatoon 2
Go to file
Matt Isenhower a629d63a74 Switch to statically-created favicons
This reduces the amount of memory (and time) required to build the site.
2017-08-13 11:42:55 -07:00
docker/app Add dependency required for building the favicons with Webpack 2017-08-06 14:07:01 -07:00
src Switch to statically-created favicons 2017-08-13 11:42:55 -07:00
.babelrc Initial commit 2017-08-02 09:58:58 -07:00
.env.example Add Sentry to track errors and reorganize some JS 2017-08-11 19:57:59 -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 Switch to statically-created favicons 2017-08-13 11:42:55 -07:00
readme.md Add Docker config 2017-08-02 19:24:32 -07:00
webpack.config.js Switch to statically-created favicons 2017-08-13 11:42:55 -07:00
yarn.lock Switch to statically-created favicons 2017-08-13 11:42:55 -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