docs/README.md
Before you begin, make sure you have Node.js 20–24 installed (Mintlify does not support Node 25+).
<details> <summary><strong>Install Node.js (includes npm)</strong></summary>macOS (via Homebrew):
brew install node@22
Windows (via winget):
winget install OpenJS.NodeJS.LTS
After installing, verify with:
node -v
npm -v
1. Install the Mintlify CLI:
npm i -g mint
2. Navigate to the docs directory (where docs.json is located) and start the local preview:
mint dev
Alternatively, without installing the CLI globally :
npx mint dev
A local preview of your documentation will be available at http://localhost:3000.
Please note that the rendering behavior in the local preview may differ from the deployed version. The deployed result should be considered as the final reference.