A Next.js site for my personal projects
First, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
To build the app, run:
yarn build
The app is automatically deployed to Vercel on any merge to the main
branch.
The production URL is https://www.chrishutchinson.me.
Vercel handily sets up PR environments automatically, with a temporary domain for previewing, which can be used for testing before merging.