---
slug: "docs"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/mintlify/docs@main/README.md"
repo: "https://github.com/mintlify/docs"
source_file: "README.md"
branch: "main"
---
# Mintlify Documentation

Install the [Mint CLI](https://www.npmjs.com/package/mint) to preview the documentation changes locally. To install, use the following command

```
npm i -g mint
```

Run the following command at the root of your documentation (where docs.json is)

```
mint dev
```
