Development environment
Draft outline
Scaffold. Replace the bullet prompts with your own text and delete this banner when done.
- Clone the repositories (backend, frontend).
- Python environment (
uv/ venv); install dependencies. - Run the backend; run the frontend; connect them.
- Docker-based deployment.
- Running against real hardware vs. the virtual/simulated devices.
# TODO: exact commands (uv sync / pip install -e ., run backend, run frontend)
TODO
Source: ImSwitch repo (pyproject.toml, uv.lock, docker/, Dockerfile,
frontend/, main.py). Note the virtual-stage/simulation support for dev without hardware.