Files
mintlify__docs/README.md
2025-08-04 11:38:17 -07:00

14 lines
292 B
Markdown

# 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
```