Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 935 Bytes

File metadata and controls

41 lines (23 loc) · 935 Bytes

📚 Mellea Documentation

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/


🔎 About Mellea

Mellea is a library for writing generative programs. Generative programming replaces flaky agents and brittle prompts with structured, maintainable, robust, and efficient AI workflows.


🚀 Getting Started

Follow these steps to run the documentation site locally:

1️⃣ Install Mintlify CLI

npm install -g mint


## 🚀 Getting Started

### 1️⃣ Install Mintlify CLI globally

```bash
npm install -g mint

2️⃣ Run locally

mint dev

Your site will be available at http://localhost:3000.