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