This is a Next.js application generated with Create Fumadocs.
npm run dev
# or
pnpm dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
This project is configured to generate a static site using Next.js. Follow these steps to build and export the static site:
-
Build the Project
Run the following command to build the project and export it as static files:npm run build
This will generate the static files in the
out/directory. -
Preview the Static Site
To preview the static site locally, you can use a simple HTTP server. For example:npx serve out
Open http://localhost:3000 to view the static site.
-
Deploy the Static Site
Upload the contents of theout/directory to your preferred static hosting service, such as:- GitHub Pages
- Netlify
- Cloudflare Pages
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.