🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
Go to file
2022-08-28 17:59:02 -07:00
.vscode Initial commit 2022-04-23 16:09:55 -07:00
docker/nginx/conf.d Update nginx config to support the SPA 2022-08-19 14:49:17 -07:00
public Update favicon 2022-04-24 12:36:12 -07:00
src Adjust splats 2022-08-28 17:59:02 -07:00
.eslintrc.cjs Initial commit 2022-04-23 16:09:55 -07:00
.gitignore Add basic Docker config 2022-04-24 12:46:50 -07:00
docker-compose.override.yml.example Add basic Docker config 2022-04-24 12:46:50 -07:00
docker-compose.yml Update nginx config to support the SPA 2022-08-19 14:49:17 -07:00
index.html Add basic layout 2022-04-23 17:22:34 -07:00
package-lock.json Add Tailwind CSS 2022-04-23 16:19:37 -07:00
package.json Add Tailwind CSS 2022-04-23 16:19:37 -07:00
postcss.config.js Add Tailwind CSS 2022-04-23 16:19:37 -07:00
readme.md Update readme 2022-04-25 19:56:26 -07:00
tailwind.config.js Update colors 2022-08-28 13:07:14 -07:00
vite.config.js Initial commit 2022-04-23 16:09:55 -07:00

splatoon3.ink

When Splatoon 3 is released, this site will show its current and upcoming map schedules.

Until then, check out splatoon2.ink!

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