This repository is for my personal site, hosted at https://benhayward.net/.
After cloning the repo and CDing into the directory
npm i
# serve on port 3000
npm run dev
# build
npm run build
# start
npm run start
# lint
npm run lint
Pull requests are welcome, if for whatever reason you want to contribute.