Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Latest commit

 

History

History
43 lines (24 loc) · 1.04 KB

File metadata and controls

43 lines (24 loc) · 1.04 KB

Note: Mellea documentation has moved to the main repo: https://github.com/generative-computing/mellea/tree/main/docs/docs

📚 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.