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
- Replace JS config (tailwind.config.js) with CSS @theme block in base.css - Switch from PostCSS to @tailwindcss/vite plugin - Convert all bg-opacity-*/border-opacity-* to slash syntax (e.g. bg-zinc-900/70) - Add @custom-variant for mobile and ss variants - Add @reference to Vue scoped styles using @apply - Rename v3 utilities: rounded→rounded-sm, backdrop-blur-sm→backdrop-blur-xs, drop-shadow→drop-shadow-sm, rotate-[25deg]→rotate-25 - Delete obsolete tailwind.config.js and postcss.config.js - Rename vite.config.js to .mjs for ESM compatibility Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| app | ||
| docker | ||
| public | ||
| screenshots | ||
| src | ||
| storage | ||
| utility | ||
| .env.example | ||
| .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 | ||
| package.json | ||
| readme.md | ||
| vite.config.mjs | ||
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