🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
Go to file
2022-08-30 18:25:41 -07:00
.vscode Initial commit 2022-04-23 16:09:55 -07:00
app/screenshots Add screenshot capture functionality 2022-08-29 22:05:59 -07:00
docker/nginx/conf.d Update nginx config to support the SPA 2022-08-19 14:49:17 -07:00
public Update favicon 2022-04-24 12:36:12 -07:00
screenshots Add Tailwind variant for screenshot layouts 2022-08-30 18:25:41 -07:00
src Add Tailwind variant for screenshot layouts 2022-08-30 18:25:41 -07:00
.eslintrc.cjs Initial commit 2022-04-23 16:09:55 -07:00
.gitignore Add basic Docker config 2022-04-24 12:46:50 -07:00
docker-compose.override.yml.example Add basic Docker config 2022-04-24 12:46:50 -07:00
docker-compose.yml Update app container working directory 2022-08-28 18:01:46 -07:00
index.html Add basic layout 2022-04-23 17:22:34 -07:00
package-lock.json Add screenshot capture functionality 2022-08-29 22:05:59 -07:00
package.json Add screenshot capture functionality 2022-08-29 22:05:59 -07:00
postcss.config.js Add Tailwind CSS 2022-04-23 16:19:37 -07:00
readme.md Update readme 2022-04-25 19:56:26 -07:00
tailwind.config.js Add Tailwind variant for screenshot layouts 2022-08-30 18:25:41 -07:00
vite.config.js Add separate screenshots page 2022-08-28 20:45:21 -07:00

splatoon3.ink

When Splatoon 3 is released, this site will show its current and upcoming map schedules.

Until then, check out splatoon2.ink!

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint