🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
Go to file
Matt Isenhower 4c57701fba
Some checks failed
Build frontend / build (22.x) (push) Has been cancelled
Deploy / deploy-frontend (push) Has been cancelled
Deploy / deploy-backend (push) Has been cancelled
Fix code styles / build (push) Has been cancelled
Tests / test (22.x) (push) Has been cancelled
Merge pull request #107 from misenhower/update-query-hashes
Update query hashes
2026-03-18 19:23:57 -07:00
.github/workflows Set up Vitest and CI workflow for unit tests 2026-02-15 16:45:20 -08:00
.vscode Initial commit 2022-04-23 16:09:55 -07:00
app Update query hashes 2026-03-19 02:21:14 +00:00
docker Upgrade Node.js from 20 to 22 LTS 2026-02-15 10:46:54 -08:00
public Add directory browser to assets dir 2024-12-14 08:43:55 -08:00
screenshots Add Tailwind variant for screenshot layouts 2022-08-30 18:25:41 -07:00
src Add lazy loading to splatfest images to reduce concurrent requests 2026-02-21 16:08:18 -08:00
storage Add nxapi-powered NSO client 2022-09-09 14:41:39 -07:00
utility Add query hash utility 2026-01-11 19:09:24 -08:00
.env.example Update Threads client 2026-02-17 22:20:51 -08:00
.gitignore Ignore todo file 2026-02-17 22:31:57 -08:00
.nvmrc Upgrade Node.js from 20 to 22 LTS 2026-02-15 10:46:54 -08:00
CLAUDE.md Add Claude.md 2026-02-17 22:35:26 -08:00
docker-compose.override.yml.dev.example Use Browserless for capturing screenshots 2024-11-17 16:29:00 -08:00
docker-compose.override.yml.prod.example Fix some mistakes 2024-11-17 19:50:45 -08:00
docker-compose.yml Use Browserless for capturing screenshots 2024-11-17 16:29:00 -08:00
eslint.config.mjs Migrate ESLint to v9 with flat config 2026-02-15 11:02:09 -08:00
index.html Fix verification URL 2023-03-03 15:46:02 -08:00
jsconfig.json Add jsconfig 2024-03-17 09:11:37 -07:00
license.md Add license 2022-10-28 15:36:27 -07:00
package-lock.json Update Threads client 2026-02-17 22:20:51 -08:00
package.json Auto-update social media avatars 2026-02-20 08:56:19 -08:00
readme.md Update readme 2022-10-12 17:49:08 -07:00
vite.config.mjs Migrate Tailwind CSS from v3 to v4 2026-02-15 13:52:27 -08:00
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