Quickstart
Run Reforma docs and the app locally.
Docs preview
From the monorepo root:
./reforma start docsThen open https://docs.localtest.me.
Or without Docker (apps/docs is outside the bun workspace):
bun install --cwd apps/docs
bun run --cwd apps/docs devPreview listens on port 3333 (proxied via nginx when you use ./reforma start docs).
App
Start the core stack, then open https://app.localtest.me:
./reforma startFirst cert after adding docs
If HTTPS for docs.localtest.me fails, regenerate local certs (adds the new SAN):
./reforma cert init