- Step 1: Clone the repository from GitHub.
- Step 2: Create and activate a Python virtual environment.
- Step 3: Install dependencies using 'pip install -r requirements.txt'.
- Step 4: Copy '.env.example' to '.env' and configure your Jira and Redash credentials.
- Step 5: Run the server with 'uvicorn app.main:app --reload'.
- Step 6: Access the server at 'http://localhost:8000' and start interacting with Jira via natural language queries.