Repository Overview
Last Updated: 2026-01-19
This repository is an Nx monorepo for the Rocket Club platform.
What’s in here
- Docs app (Next.js):
apps/docs/ - Web app (Next.js):
apps/web/ - Developer portal (Backstage):
apps/portal/(uses Yarn inside that app) - Data platform (Prefect + Python):
data/platform/ - Infrastructure (Terraform):
infra/platform/
Common commands
From repo root:
- Docs (dev):
pnpm -w nx dev docs - Docs (build):
pnpm -w nx build docs - Web (dev):
pnpm -w nx dev web - Web (test):
pnpm -w nx test web
Backstage portal (dev):
cd apps/portal
yarn install
yarn start