Development
Quick Start
Clone the repository:
Or using GitHub CLI:
Create a virtual environment:
Activate the virtual environment with
Install dependencies:
Run the app:
You can use the main.py
script to run the app.
Install editable package:
Alternatively, you can install the package in editable mode. Editable mode allows you to make changes to the source code and see the changes reflected immediately.