Getting Started
Legacy v2 local development setup for the Royal Glow monorepo. Preserved for reference — see the latest docs for current instructions.
Getting Started (v2 — Legacy)
This is the legacy v2 setup guide. Steps here may be out of date. See the latest Getting Started for current instructions.
This guide takes you from a fresh clone to the apps running locally. Every external integration is a guarded extension point — with a key absent it no-ops and logs, so the project builds and runs with zero secrets.
Prerequisites
- Bun 1.3+ — primary runtime and package manager for the whole monorepo.
- Node.js 20.9+ — needed by the CMS / origin.
- Git — to clone the repository.
Install
bun installRun
bun run devAll apps boot with zero secrets configured.
Was this page helpful?