Under Construction
This site is currently under construction. This page is generated by AI and has not undergone thorough review by a human. There may be hallucination!
In fact, for now only /, /reactive, and the llms.txt are carefully crafted by myself.
Installation¶
Install the CLI and libraries you need.
- Install into an active virtual environment (recommended):
- Run without installing (via uv/pnpm/bun wrappers):
Optional integrations:
- ASGI apps (drop-in uvicorn replacement):
pip install uvicorn-hmr - MCP servers:
pip install mcp-hmr - Browser auto-refresh for FastAPI:
pip install fastapi-reloader
Verify:
Notes:
- Prefer installing
hmrinside the virtualenv used by your project to avoid cross-environment surprises. - Use the integration packages listed above when running frameworks (
uvicorn-hmr,mcp-hmr,fastapi-reloader).