Reforma

Quickstart

Run Reforma docs and the app locally.

Docs preview

From the monorepo root:

./reforma start docs

Then 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 dev

Preview 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 start

First cert after adding docs

If HTTPS for docs.localtest.me fails, regenerate local certs (adds the new SAN):

./reforma cert init

On this page