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

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.

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
```