🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
Go to file
Matt Isenhower 6b686fb7f4 Add lazy loading to splatfest images to reduce concurrent requests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 16:08:18 -08:00
.github/workflows
.vscode
app
docker
public
screenshots
src Add lazy loading to splatfest images to reduce concurrent requests 2026-02-21 16:08:18 -08:00
storage
utility
.env.example
.gitignore
.nvmrc
CLAUDE.md
docker-compose.override.yml.dev.example
docker-compose.override.yml.prod.example
docker-compose.yml
eslint.config.mjs
index.html
jsconfig.json
license.md
package-lock.json
package.json
readme.md
vite.config.mjs
vitest.config.mjs

Splatoon3.ink

Splatoon3.ink features Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more.

Acknowledgements

Many thanks to the following projects for making Nintendo Switch Online automated logins possible:

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