The new documentation for CeTZ built using Docusaurus.
- Clone this repository, including CeTZ as a submodule
- Install node v20
- Install dependencies using
npm ci - Run
node scripts/generate-api.jsto generate the api pages from the doc comments. - Run the dev server using
npm run start