splatoon3.ink/readme.md
2022-04-25 19:56:26 -07:00

410 B

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