Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 432 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 432 Bytes

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