Prerequisite: Node.js (version 19 or higher)

Quick Setup

  1. Install Mintlify:
  1. Run the dev server:
mintlify dev

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

Common Commands

# Run on custom port
mintlify dev --port <port>

# Check for broken links
mintlify broken-links

# Update CLI
npm i -g mintlify@latest # or yarn global upgrade mintlify

Troubleshooting

Development Tools

Was this page helpful?