Skip to content

cetz-package/docs

Repository files navigation

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