Requirements
- Python 3.12+
- Node.js 18+
- Docker / Docker Compose
First-time Setup
From the repository root:make bootstrapinstalls and repairs local dependenciesmake doctorchecks Python, Node, Docker, and service prerequisites
Daily Development Startup
Endpoints
- Frontend:
http://localhost:3000 - Backend OpenAPI:
http://localhost:8000/docs - Health check:
http://localhost:8000/health - Mint docs preview: run
mint devinsidedocs/
First Working Flow
- Open the frontend and go to Providers
- Configure
llm_openaiorllm_codex - Enable at least one destination
- Review preset sources or add your own source
- Create a
dailymonitor - Run it and inspect runs, reports, and destination output
Useful Commands
Troubleshooting
OpenAPI docs are not available
Make sure the backend is running, then openhttp://localhost:8000/docs.
The Mint docs site will not start
Insidedocs/, run: