Documentation and blog website built with Next.js and Fumadocs.
- Node.js 18.0 or higher
- npm
- Install dependencies:
npm install- Run the development server:
npm run devThe site will be available at http://localhost:3000.
npm run dev- Start development servernpm run build- Build for productionnpm start- Start production server
- Documentation: Add MDX files to
content/docs/ - Blog posts: Add MDX files to
content/blog/