Local Setup
ARBEC development on macOS uses Docker through OrbStack, Node.js 18 or newer for the backend services, and Flutter 3.3 or newer for the mobile app.
Start infrastructure
From the repo root:
make infra-up
Install backend dependencies
make setup
Health check
make health
Environment files
Each service keeps its own environment files under src/config/env/. Copy the
relevant file for the mode you are running before starting a service for the
first time.
Examples:
backends/arbecapi/app/src/config/env/local.envbackends/arbec_backend/app/src/config/env/local.envbackends/langchain-prod/app/src/config/env/local.env
Do not commit real credentials. Keep secrets in your local copies only.