Commands

docs:dev

Runs the local Rspress development server with the package config.

pnpm -F @clickmax/pages-developers docs:dev

docs:build

Builds the static documentation site.

pnpm -F @clickmax/pages-developers docs:build

docs:preview

Serves the generated build locally.

pnpm -F @clickmax/pages-developers docs:preview

test-types

Checks TypeScript and MDX typing without emitting files.

pnpm -F @clickmax/pages-developers test-types

Aliases

build, dev, and preview map to the same Rspress commands, so the package also works with generic workspace task names.