Project uses Next.js.
Download Node.js
Install dependencies
npm install
Run development environment
npm run dev
Build Next.js project and export static pages
npm run build
npm run export
Project uses Github Action to build and deploy static assets to Github Pages once changes are pushed to master
branch.