To setup the project locally after you have cloned this repository:
python3 -m venv venv
create virtual environmentsource venv/bin/activate
to activate venv on Linux orvenv\Scripts\activate.bat
to activate venv on Windowspoetry install
install dependenciescd orgdensity
go to program folderpython main.py
start a server
The app will be available on localhost:8050
python -m pytest