Prerequisite: Node.js (version 19 or higher)

Quick Start

  1. Install Mintlify CLI:
  1. Go to your docs directory and run:
mintlify dev

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

Common Tasks

Change Port

Use --port flag to run on a different port:

mintlify dev --port 3333

Update Mintlify

Keep your CLI up to date with:

mintlify broken-links

Troubleshooting

Was this page helpful?