Getting Started
Prerequisites
- Node.js 20+
- pnpm 10+
- Git with submodule support
Install and run locally
bash
git clone --depth 1 --recurse-submodules --shallow-submodules https://github.com/prezly/techdocs.git
cd techdocs
pnpm install
pnpm docs:devIf you already cloned without submodules:
bash
pnpm submodules:initTo pull latest docs from submodules and regenerate aggregated docs:
bash
pnpm docs:pullBuild for production
bash
pnpm docs:build
pnpm docs:preview