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