Skip to content

Documentation

Gaël Poupard edited this page Sep 15, 2022 · 4 revisions

Easy!

# Install dependencies
npm ci
# Build docs
npm run docs
# Watch docs, with live reload
npm start

The whole documentation is generated using 11ty.

Clone this wiki locally