mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-25 07:18:35 -05:00
410 B
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