Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 472 Bytes

File metadata and controls

31 lines (19 loc) · 472 Bytes

This website is built using Eleventy.

Building

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

Deploying

The site is deployed automatically whenever code is pushed to the master branch.