🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
Go to file
2026-02-17 22:20:51 -08:00
.github/workflows Set up Vitest and CI workflow for unit tests 2026-02-15 16:45:20 -08:00
.vscode
app Update Threads client 2026-02-17 22:20:51 -08:00
docker
public
screenshots
src Add unit tests for LocalizationProcessor and br2nl 2026-02-15 16:55:31 -08:00
storage
utility
.env.example Update Threads client 2026-02-17 22:20:51 -08:00
.gitignore
.nvmrc
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 Update Threads client 2026-02-17 22:20:51 -08:00
package.json Update Threads client 2026-02-17 22:20:51 -08:00
readme.md
vite.config.mjs
vitest.config.mjs Set up Vitest and CI workflow for unit tests 2026-02-15 16:45:20 -08:00

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