Welcome to my home on the internet.
This site is built with Next.js. You'll need Node.js and npm.
- Clone this repository. I use Git LFS to store image files, so you may need to configure your copy of Git to work with this.
- Run
npm install
to install dependencies. - To preview the site, run
npm run dev
and then go tolocalhost:3000
. - To build a production deploy, run
npm run build
thennpm run start
and go tolocalhost:3000
.