🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
Go to file
Matt Isenhower 1611468f33
Some checks failed
Build frontend / build (20.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
Merge pull request #86 from Hoshimikan6490/main
Update Japanese translations
2025-04-04 18:11:15 -07:00
.github/workflows Add build/deploy action 2024-11-17 19:36:06 -08:00
.vscode Initial commit 2022-04-23 16:09:55 -07:00
app Disable Twitter client 2025-02-25 13:06:51 -08:00
docker Update Dockerfile 2024-11-17 19:17:06 -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 Fix Japanese translation mistakes 2025-03-27 10:28:07 +09:00
storage Add nxapi-powered NSO client 2022-09-09 14:41:39 -07:00
utility Add a helper script for copying translations 2022-10-21 16:12:30 -07:00
.env.example Make the data archive optional 2024-11-29 14:35:52 -05:00
.eslintrc.cjs Prefer aliased paths 2024-03-17 10:28:59 -07:00
.gitignore Add a command for testing tweets 2022-09-20 20:58:49 -07: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
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 Retrieve localizations in parallel 2024-11-20 21:13:40 -08:00
package.json Retrieve localizations in parallel 2024-11-20 21:13:40 -08:00
postcss.config.js Prefer single quotes and enforce semicolons 2024-03-17 10:20:17 -07:00
readme.md Update readme 2022-10-12 17:49:08 -07:00
tailwind.config.js Prefer single quotes and enforce semicolons 2024-03-17 10:20:17 -07:00
vite.config.js Prefer single quotes and enforce semicolons 2024-03-17 10:20:17 -07: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