Skip to main content

Quick Start

This guide gets you from zero to a running Lumio stack using Docker Compose.

Prerequisites

  • Docker Desktop (or Docker Engine + Compose)
  • Make

Start the stack

make quick-dev

This command:

  • Builds the backend and frontend containers
  • Starts Postgres + Redis
  • Waits for the API to be healthy
  • Seeds a demo workspace and user

Log in

Next steps

  • Upload a statement from the Upload page
  • Explore the dashboard, reports, and audit log
  • Review the configuration guide for integrations

Next: Local Development