Skip to content

Local Development

⚠️ Stub. This guide will be filled in once the foundations milestone is complete.

Prerequisites

  • Docker and Docker Compose
  • Make
  • Git

Quick start

# Clone the repo
git clone <repo-url>
cd scalr

# Start the docs site
cd docs && docker compose up

# Start the auth service (Authentik)
cd services/auth && docker compose up

# Start everything
docker compose up -d

Working on a single app

cd apps/portal
docker compose up

This brings up just the portal plus its minimum dependencies (Postgres, auth service).