# Meteora Documentation All things Meteora. ### Development Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally: ``` npm i -g mintlify ``` Run the following command at the root of Meteora's documentation (where `docs.json` is located): ``` mint dev ```