This site is made using NextJS and GitHub Pages. GitHub automatically exports a static build for NextJS into HTML and serves it. I just needed to enable pages from the repo settings.
cd
and run npm install
in this repo’s folder.npm run dev
to start the server locally.CNAME
file to your own domain or just remove it.git commit
them and push them to your own GitHub repo.git push
.Cheers!