scripts/setup.sh (bash) and scripts/setup.ps1 (PowerShell) wrap the
canonical Docker Compose flow: detect Docker + Compose v2 (with legacy
docker-compose fallback), copy .env.example to .env if missing, pull the
GHCR image, bring the stack up, poll /health until it's ready (90s cap),
print a summary, and open the URL in the default browser. Idempotent —
safe to re-run.
README quick-start now points designers at the one-liner as the primary
path, with the raw docker compose commands kept underneath for reference.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>