Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 158 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (13 loc) · 158 Bytes

Run from source

Run the backend:

cd app
pip install -r requirements.txt
uvicorn main:app

Run the UI:

cd ui
npm install
npm start