This is a Next.js application generated with Create Fumadocs.
Run development server:
npm run dev
# or
pnpm dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
Interested in contributing? Please read our Contribution Guide for step-by-step instructions.
Note: For most contributions, you can simply fork the repo and submit a pull request.
If you want to build and test the app locally, you will need a GitHub personal access token in a
.env.localfile:GITHUB_TOKEN=your_github_token GITHUB_OAUTH_TOKEN=your_github_oauth_tokenThis is optional—without these tokens, you can still contribute, but you won't be able to run the app locally. Never commit your tokens to the repository.
To learn more about Next.js and Fumadocs, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Fumadocs - learn about Fumadocs