https://github.com/bao-bun/docs
📜 documentation of bao bun bot
https://github.com/bao-bun/docs
markdown mdx mintlify nextjs tailwindcss
Last synced: 2 months ago
JSON representation
📜 documentation of bao bun bot
- Host: GitHub
- URL: https://github.com/bao-bun/docs
- Owner: bao-bun
- Created: 2025-03-04T21:52:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T13:28:36.000Z (2 months ago)
- Last Synced: 2025-03-15T14:25:48.596Z (2 months ago)
- Topics: markdown, mdx, mintlify, nextjs, tailwindcss
- Language: MDX
- Homepage: https://docs.baobun.dev
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bao bun documentation
welcome to the repository of the bao bun documentation.### Development
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
```
mintlify dev
```