Skip to content

HanKruiger/hankruiger.com

Repository files navigation

Netlify Status

My Personal Website

The content folder contains most of the content, in Markdown format.

How to test/build?

Testing and building requires Node.js and pnpm.

To test the website locally:

pnpm run dev

To build the website locally:

pnpm run build