> ## Documentation Index
> Fetch the complete documentation index at: https://getcomposer.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Install dependencies and run Composer locally.

## Prerequisites

* Node.js compatible with the repository toolchain.
* npm, using the package manager version declared in the root `package.json`.
* Access to the agent providers you plan to use.

## Install dependencies

From the repository root:

```bash theme={null}
npm install
```

## Start development

Run the desktop app development workflow:

```bash theme={null}
npm run dev:desktop
```

Run the web landing page:

```bash theme={null}
npm run dev:web
```

## Preview these docs

Mintlify's CLI runs from the documentation directory:

```bash theme={null}
cd docs
mint dev
```

The local preview opens at `http://localhost:3000` by default.

## Deploy with Mintlify

In the Mintlify dashboard, configure this repository as a monorepo and set the documentation path to `/docs`. Do not include a trailing slash.
