Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 707 Bytes

File metadata and controls

19 lines (11 loc) · 707 Bytes

greg-e-myers

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.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

Deploy

This website is deployed on Vercel.

Rerendering

This website is prerendered. There is a deploy hook on vercel that is triggered whenever a change in the CMS happens.