The Splatoon Advanced Circuit website, written using nuxt3.
Install dependencies
yarn installStart the development server on http://localhost:3000
yarn devBuild the application for production and start it
yarn build
yarn startView deployment documentation on the Nuxt documentation.