# quantcell **Repository Path**: pengwow/quantcell ## Basic Information - **Project Name**: quantcell - **Description**: quantcell - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-28 - **Last Updated**: 2026-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QuantCell ## 快速开始 ### 后端 ```bash cd backend uv sync uvicorn main:app --host 0.0.0.0 --port 8000 ``` ### 前端 ```bash cd frontend bun install bun run build ```