The site renders the Markdown documentation maintained in the Parano1d
repository. The copied content/ directory is the deployable snapshot; the
project documentation remains the source of truth.
npm install
npm run sync
npm run devProduction checks:
npm run typecheck
npm run build
npm run build:workerDocumentation pages use TeX delimiters in Markdown: $...$ for inline math
and $$...$$ for display math. The renderer emits static KaTeX HTML and
MathML during the site build; malformed TeX fails the build.