Skip to main content
Get started with Mintlify in just a few steps.

Installation

Install the Mintlify CLI globally:
npm i -g mint

Create Your First Page

Create a new .mdx file in your project directory:
---
title: My First Page
description: This is my first page
---

# Welcome

This is your first page!

Preview Your Documentation

Run the development server:
mint dev
Your documentation will be available at http://localhost:3000.