Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

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