Development
This package lives in the HarborClient monorepo. From the repo root:
bash
pnpm install
pnpm --filter @harborclient/live-server lint
pnpm --filter @harborclient/live-server typecheck
pnpm --filter @harborclient/live-server test
pnpm --filter @harborclient/live-server buildDocs
Canonical pages live under docs/. Edit those files directly, then refresh the VitePress sidebar:
bash
pnpm docs:live-server:serve # VitePress dev server with nav watcher
pnpm docs:live-server:build # production docs buildPublished docs: https://harborclient.com/live-server/.
