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

# Quickstart

> Get started with Mintlify in minutes

Get started with Mintlify in just a few steps.

## Installation

Install the Mintlify CLI globally:

```bash theme={null}
npm i -g mint
```

## Create Your First Page

Create a new `.mdx` file in your project directory:

```mdx theme={null}
---
title: My First Page
description: This is my first page
---

# Welcome

This is your first page!
```

## Preview Your Documentation

Run the development server:

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

Your documentation will be available at `http://localhost:3000`.
