Generate TypeDocs
# from repo root
pnpm install
# build docs for both apps
pnpm --filter @humuus/typedoc run docs
# or just one
pnpm --filter @humuus/typedoc run docs:web
pnpm --filter @humuus/typedoc run docs:nakama
The TypeDoc config lives in packages/typedoc/ (typedoc.web.json, typedoc.nakama.json). The generated HTML is written to packages/typedoc/generated/web and packages/typedoc/generated/nakama and is gitignored — open index.html in either folder in your browser.