Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 257 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 257 Bytes

noahgilmore.com

Main repo for my personal website.

Development

To develop:

npm install
make develop

This will set up a hotreloading environment at localhost:8000.

Deployments happen automatically from the master branch via GitHub Actions.