mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
- vue: 3.4.21 → 3.5.28 - vue-router: 4.3.0 → 4.5.0 - pinia: 2.2.2 → 2.3.1 - @headlessui/vue: 1.7.19 → 1.7.23 - @heroicons/vue: 2.1.1 → 2.2.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| app | ||
| docker | ||
| public | ||
| screenshots | ||
| src | ||
| storage | ||
| utility | ||
| .env.example | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .nvmrc | ||
| docker-compose.override.yml.dev.example | ||
| docker-compose.override.yml.prod.example | ||
| docker-compose.yml | ||
| index.html | ||
| jsconfig.json | ||
| license.md | ||
| 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