https://github.com/fuma-nama/fumadocs-basehub
An example to use Fumadocs with BaseHub.
https://github.com/fuma-nama/fumadocs-basehub
basehub-ai fumadocs nextjs
Last synced: 6 months ago
JSON representation
An example to use Fumadocs with BaseHub.
- Host: GitHub
- URL: https://github.com/fuma-nama/fumadocs-basehub
- Owner: fuma-nama
- Created: 2024-12-11T12:26:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-12T01:19:52.000Z (10 months ago)
- Last Synced: 2025-05-07T12:18:14.419Z (6 months ago)
- Topics: basehub-ai, fumadocs, nextjs
- Language: TypeScript
- Homepage: https://fumadocs-basehub.vercel.app
- Size: 147 KB
- Stars: 24
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Fumadocs BaseHub
This is an example to use Fumadocs with BaseHub.
### Setup
Sign in on [BaseHub](https://basehub.com).
Fork the [BaseHub repository](https://basehub.com/fuma-nama/fumadocs-template/explore?fork=true), and click the "Developers" tab on sidebar (left bottom corner).
Open the "Connect to Your App" guide, and copy the example `.env` to your app.
Install & run development server:
```bash
pnpm i
pnpm dev
```