Use this only if you do not want to use the devcontainer.Documentation Index
Fetch the complete documentation index at: https://docs.dograh.com/llms.txt
Use this file to discover all available pages before exploring further.
System Requirements
- Git
- Node.js 24 to run the UI
- Python 3.13 to run the backend
- Docker to run Postgres, Redis, and MinIO locally
- Run the contributor bootstrap. It configures
originas your fork andupstreamasdograh-hq/dograh, initializes the pipecat submodule, creates the Python venv, and copies the.envtemplates.
- Activate the virtual environment:
- Ensure your local Node version is 24:
- Install UI dependencies:
- Start the local Docker services:
- Install Python requirements:
- Start the backend services:
- Start the UI:
- Open the application on
http://localhost:3000.