Skip to content

illinois/systems-encyclopedia

Repository files navigation

systems-encyclopedia website

systems-encyclopedia static website, built using 11ty.

Documentations

How to get started

1. Clone the repository

git clone https://github.com/illinois/systems-encyclopedia

2. cd into project directory

cd systems-encyclopedia

3. Install dependencies

npm install

4. Run

npm start

Then visit http://localhost:8080.

Building for production

npm run build

This will minify HTML, CSS and JS and purge unused styles.

Base Template

Build from the Data Science Discovery site, which started from the 11ty-bs5-starter template.