An open API service indexing awesome lists of open source software.

https://github.com/chartbrew/chartbrew-docs


https://github.com/chartbrew/chartbrew-docs

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Chartbrew Docs

Welcome to the official documentation for [Chartbrew](https://chartbrew.com/). You can find the live version at [docs.chartbrew.com](https://docs.chartbrew.com/).

### Run locally

Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command

```
npm i -g mintlify
```

Run the following command at the root of your documentation (where mint.json is)

```
mintlify dev
```