splatoon3.ink/readme.md
2022-09-09 16:41:54 -07:00

631 B

splatoon3.ink

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

Until then, check out splatoon2.ink!

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