lay/
├── backend/ # Rust backend service
├── cli/ # Command-line interface
└── process-compose.yml
Devbox manages all other dependencies (Rust, Podman, PostgreSQL client, AWS CLI).
Install dependencies and enter development shell:
devbox shellStart all services in background:
devbox run upView logs (Ctrl+B then D to detach):
devbox run logsStop all services:
devbox run down