Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 237 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 237 Bytes

connelhooley.github.io

My personal site built using a handwritten static site generator.

To build the site run:

npm run build

To build the site, launch a dev server and watch for changes run:

npm run watch