Skip to main content
This site is built with Mintlify. To preview changes locally:
1

Install the Mintlify CLI

Requires Node.js 19 or higher.
2

Run the dev server

From the repository root (where docs.json lives):
The preview is served at http://localhost:3000. Use --port to change the port.
Run this before opening a pull request; it catches references to pages that do not exist.

Troubleshooting

  • If the local preview does not match production, update the CLI: npm i -g mint@latest.
  • If the CLI errors in unexpected ways, delete ~/.mintlify and run mint dev again.