Quickstart
Get Gnovi running locally in under 5 minutes.
Prerequisites
- Docker and Docker Compose
Run with Docker
git clone https://github.com/gnovi-ai/gnovi.git
cd gnovi
docker compose -f infra/docker-compose.yml up
Open http://localhost:3000.
Development Setup
See CONTRIBUTING.md for the full development setup guide.