Sandbox-runnable HolaPoster Tier1 MVP.
This repository contains the application runtime code (web, api, worker) and shared runtime contract package.
- Copy
.env.exampleto.envand fill in integration values if needed. - Start runtime stack:
docker compose up -d --build- Run smoke checks:
bash scripts/smoke-runtime.sh
npm run doctor- Run e2e acceptance checks (compose stack must stay up):
npm run test:e2eIf WORKSPACE_X_INTEGRATION_ID or workspace-api connectivity is missing, publish tests may end in failed state (still valid terminal behavior for failure-path coverage).
- Stop runtime stack:
docker compose down -v