Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 428 Bytes

File metadata and controls

19 lines (10 loc) · 428 Bytes

How to run this project

git clone this project

setup .env file

rename .env.sample to .env and set your environment variables as needed.

Create and activate a virtual environment, then install dependencies

uv sync

To activate the virtual environment, use the following command

.venv\Scripts\activate

To run the copilot form UI loader script, use the following command

uv run copilot_form_ui_loader.py