Skip to content

For Contributors Development Environment

immjunjie edited this page Jun 3, 2025 · 1 revision

🔧 Development Environment

1. Prerequisites

2. Setup

git clone <repo-url>
cd project-root
pipenv install
pipenv shell

To run:

uvicorn main:app --reload

Or use Docker:

docker compose up --build

Clone this wiki locally