This is a single page website. It's built by metalsmith, and the generated files are in docs (picked because Github Pages only supports / and /docs as directories to serve from).
To run this locally:
yarn installyarn dev
To deploy:
- Make changes
yarn build(oryarn dev)- Commit changes
- git push