This repository contains the documentation for the Mellea project. It provides clear, developer-focused guides and reference materials for working with the Mellea platform.
Visit Mellea documentation site: https://mellea.ai/
Mellea is a library for writing generative programs. Generative programming replaces flaky agents and brittle prompts with structured, maintainable, robust, and efficient AI workflows.
Follow these steps to run the documentation site locally:
npm install -g mint
## 🚀 Getting Started
### 1️⃣ Install Mintlify CLI globally
```bash
npm install -g mint
mint dev
Your site will be available at http://localhost:3000.