Prerequisite: Node.js (version 19 or higher)

Quick Start

  1. Install Mintlify:
npm i -g mintlify
  1. Go to your docs directory and run:
mintlify dev

Your docs will be available at http://localhost:3000.

Common Tasks

Update Mintlify

Keep your CLI up to date with:

npm i -g mintlify@latest

Custom Port

Run on a different port:

mintlify dev --port 3333

Troubleshooting

Was this page helpful?