Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 605 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 605 Bytes

Documentation Status

test-ts-doc

test documentation generation

type script doc generation POC uses these libs

Requirements

  • nodejs
  • pnpm package manager

Instructions

Running the project

pnpm run dev

Building the project

pnpm run build

Generating the docs

pnpm run build:docs

Serve the generated docs

pnpm run serve:docs