First, run a containerized Chromium with active CDP (Chrome DevTools Protocol):
podman run -p 7000:80 -p 9222:9222 ghcr.io/remotebrowser/chromium-liveOpen localhost:7000 to view the containerized desktop live.
Then, run:
export CDP_URL=http://127.0.0.1:9222
uv run middleman.pyOpen localhost:3000 and pick one of the examples.
See also DEVELOPMENT.md.
