https://github.com/chartbrew/chartbrew-docs
https://github.com/chartbrew/chartbrew-docs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chartbrew/chartbrew-docs
- Owner: chartbrew
- Created: 2024-12-03T05:58:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-28T06:27:12.000Z (5 months ago)
- Last Synced: 2026-02-19T14:31:27.974Z (4 months ago)
- Language: MDX
- Size: 693 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```