### Install Mintlify CLI Source: https://github.com/stopbars/docs/blob/main/README.md Installs the latest version of the Mintlify CLI globally using npm. ```bash npm i -g mint@latest ``` -------------------------------- ### Start Local Development Server Source: https://github.com/stopbars/docs/blob/main/README.md Starts the Mintlify local development server from the root of your documentation project. ```bash mint dev ``` -------------------------------- ### Update Mintlify CLI Source: https://github.com/stopbars/docs/blob/main/README.md Updates the Mintlify CLI to the most recent version, often used for troubleshooting. ```bash mint update ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.