This is a Next.js project bootstrapped with create-next-app
.
It doesn't use any server-side features so it can be deployed to Github pages.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
There is a Github action that will build the static site to the ./out
folder and deploy this to Github pages.