This website superceded gregemyers, a near identical webtsite built using preact. The backend that feeds this site is a Strapi application, the source code of which can be found at this link.
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run devThis website is deployed on Vercel.
This website is prerendered. There is a deploy hook on vercel that is triggered whenever a change in the CMS happens.