This website is built using Eleventy.
You'll need nodejs installed in order to build it.
Then inside the website repo run:
npm install
then to build the site:
npx @11ty/eleventy
It will output to _site/
.
To start a dev server that watches for changes:
npx @11ty/eleventy --serve
The site is deployed automatically whenever code is pushed to the master branch.