mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-24 23:07:11 -05:00
🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
This now strips out the domain and query string from the URL before hashing it. This way, we can help ensure the hashes will stay the same when those parameters change. |
||
|---|---|---|
| .vscode | ||
| app | ||
| docker | ||
| public | ||
| screenshots | ||
| src | ||
| storage | ||
| .env.example | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| docker-compose.override.yml.example | ||
| docker-compose.yml | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| readme.md | ||
| tailwind.config.js | ||
| vite.config.js | ||
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