Quickstart
Run the docs site and monorepo locally.
Get the docs site running in this monorepo.
Prerequisites
- Node.js 22.12 or newer (Blume requirement)
- pnpm 10.x (see root
packageManager)
Install
From the repository root:
pnpm install
Run the docs app
pnpm --filter docs dev
Open http://localhost. The Blume CLI watches content/ and hot-reloads.
Build
pnpm --filter docs build
Static HTML lands in apps/docs/dist/. Alchemy deploys that output as a Cloudflare Worker with static assets (Cloudflare.Website.StaticSite).
Monorepo loop
For the full local stack (media, chat, API, work, docs):
pnpm alchemy:dev
The docs app is included in the Alchemy stack and starts on port 4321 in dev. Work runs on 3002.