This is a Next.js project bootstrapped with create-next-app
.
This project uses next/font
to automatically optimize and load a variable Google Font.
After cloning, run the following commands to get set up and run locally:
npm install
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
To run the app in production mode, run the following commands to generate an optimized production build and then start the app in production mode:
npm run build
npm run start
This project used to use gh-pages for deployment, according to GitHub Pages documentation, and built and deployed from the build
branch. However, now that this site uses the Next.js framework, it instead uses Github Actions to automatically build and deploy whenever changes are pushed to the master
branch.