Monorepo Structure
Monorepo Structure
Section titled “Monorepo Structure”Rhyolite uses a modern pnpm monorepo for a seamless developer experience and easy extensibility.
Layout
Section titled “Layout”packages/create-rhyolite— The CLI toolpackages/plugin— Official plugin templatespackages/themes— Official theme templatespackages/.../community— Community templates
Why a Monorepo?
Section titled “Why a Monorepo?”- Unified tooling — One place for all scripts, tests, and configs
- Easy dependency management — Share code and lock versions
- Faster onboarding — One install, everything works
Getting Started
Section titled “Getting Started”pnpm installpnpm buildSee Adding Packages and Workspace Scripts for more.