> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theroyalglow.in/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

> Legacy v2 local development setup for the Royal Glow monorepo. Preserved for reference — see the latest docs for current instructions.

<Warning>
  This is the **legacy v2** setup guide. Steps here may be out of date. See the
  [latest Getting Started](/content/docs/getting-started) for current instructions.
</Warning>

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

```bash theme={null}
bun install
```

## Run

```bash theme={null}
bun run dev
```

All apps boot with zero secrets configured.


## Related topics

- [Overview](/content/docs-v2/index.md)
