systems-encyclopedia static website, built using 11ty.
git clone https://github.com/illinois/systems-encyclopedia
cd systems-encyclopedia
npm install
npm start
Then visit http://localhost:8080.
npm run build
This will minify HTML, CSS and JS and purge unused styles.
Build from the Data Science Discovery site, which started from the 11ty-bs5-starter
template.