QuaNThoR quickstart
Requirements
Use a clean checkout, the runtime declared by the repository, and its committed lockfiles. Confirm the active branch before installing anything.
git status --short --branch
Install
docker compose build
Start
docker compose up
Open http://localhost:5050
Verify
Invoke-WebRequest http://localhost:5050/health
Human acceptance
Inspect the output, logs, test results, and diff. Accept, request a correction, quarantine, or stop; do not silently promote a generated result.