# Paper Dynasty Backend FastAPI-based real-time baseball game engine with WebSocket support. ## Quick Start ```bash # Install UV curl -LsSf https://astral.sh/uv/install.sh | sh # Install dependencies uv sync # Run server uv run python -m app.main ``` ## Documentation See `CLAUDE.md` for full documentation.