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

# Local Development

> Run Relay Core locally

## Start Services

```bash theme={null}
pnpm dev              # Frontend
pnpm dev:graphql      # GraphQL API
pnpm dev:indexers     # Background jobs
```
