Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 327 Bytes

File metadata and controls

11 lines (8 loc) · 327 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 just generate-api to generate the api pages from the doc comments.
  • Run the dev server using just serve