Repo for my personal site. Notes to self:
- Clone and
cd
into the repo npm install
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