1.2.0 • Published 3 years ago
mint-mojito v1.2.0
🚀 Installation
Download the Mintlify CLI using the following command
npm i mintlify -g👩💻 Development
Run the following command at the root of your Mintlify application to preview changes locally.
mintlify devNote - mintlify dev requires yarn and it's recommended you install it as a global installation. If you don't have yarn installed already run npm install --global yarn in your terminal.
Troubleshooting
Steps you can take if the dev CLI is not working (After each step try to run mintlify dev again):
- Make sure you are using Node v18 or higher.
- Run
mintlify installto re-install dependencies. - Navigate to the
.mintlifyfolder in your home directory and delete its contents. - If all else fails navigate to
~/.mintlifyandgit clone https://github.com/mintlify/mint.git --branch legacy-components-import
🏃 Get Started
Create an account to start using Mintlify for your documentation.