Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 341 Bytes

docs

The new documentation for CeTZ built using Docusaurus.

setup

  • Clone this repository, including CeTZ as a submodule
  • Install node v20
  • Install dependencies using npm ci
  • Run node scripts/generate-api.js to generate the api pages from the doc comments.
  • Run the dev server using npm run start