https://jamespierce.dev/

Development

Install dependencies:

npm install

Start a dev server locally:

npm run serve

This will hot reload updates, and output those changes to the /docs directory.

Deploy

Commit and push.

git add .
git commit -m 'message'
git push