This is a redesign of the Team 303 website made in NextJS. We decided it was time for an upgrade, and we did not want to continue using wordpress to make and host our site. This new version can be exported as a static site and hosted for free on a platform such as Cloudflare.
Install dependencies with
yarn install
run the dev server with
yarn dev
To export the site as static HTML run
yarn export
which will build the entire site and put it into the out
directory.