Get Started
How the Openblocks starter is organized and how to add new entries.
Get Started
The workspace is split into two pieces:
apps/docsfor the documentation sitepackages/registryfor reusable block and template exports
Add a new entry
- Create the component in
packages/registry/src/templates. - Register it in
packages/registry/src/index.ts. - Add an MDX page under
content/docs/blocksorcontent/docs/templates.
Local commands
bun install
bun run dev
bun run build