Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 284 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 284 Bytes

Repo for my personal site. Notes to self:

Setup

  1. Clone and cd into the repo
  2. npm install
  3. npm run serve

After making any changes, make sure to run npm run build to update auto-generated files. To auto-run this for every commit, cp pre-commit .git/hooks/pre-commit