Skip to content

IPLSplatoon/sac-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

87aa78c · Oct 13, 2024

History

72 Commits
Jan 2, 2022
Jan 28, 2022
Jan 28, 2022
Oct 13, 2024
Oct 13, 2024
Oct 13, 2024
Feb 2, 2022
Jan 28, 2022
Jan 28, 2022
Jan 30, 2022
Jan 23, 2022
Jan 25, 2022
Jan 2, 2022
Jan 22, 2022
Apr 28, 2022
Apr 28, 2022
Jan 28, 2022
Jan 2, 2022
Apr 28, 2022

Repository files navigation

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.