# DBHub Documentation
Install the [Mintlify CLI](https://www.npmjs.com/package/mint) to preview documentation locally:
```bash
npm i -g mint
```
Run the following command at the root of your documentation (where `docs.json` is located):
```bash
cd docs
mint dev
```