Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 576 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 576 Bytes

Deploy

This site is deployed on merges to master using Cloudflare Pages.

Local Dev

To run locally, first install Node.js and then run:

npm install

Then you will need to run setup:

npm run prep-build
npm run build-prod

All files will be built into the public folder, so you can serve that with your tool of choice.

One way is to run:

npx http-server public

(Have a look at http-server for options.)