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