This is a Next.js project bootstrapped with create-next-app
.
Install dependencies with npm i
and then run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project is automatically deployed to a static Github Pages site via a Github Action (see '.github/nextjs.yml'). There is a custom apex domain (https://fiveoclock.app) that points to the static Github Pages site. Deployment happens on successful merge to the main
branch.