This is a documentation template built with Next.js and Nextra.
- 🚀 Next.js-powered documentation
- 📄 Nextra for a seamless documentation experience
- 🎨 Beautiful and customizable theme
- ⚡ Fast performance with static site generation
Ensure you have pnpm installed globally:
npm install -g pnpm
Clone the repository and install dependencies:
git clone https://github.com/maruf-pfc/docs-template.git
cd docs-template
pnpm install
Run the development server:
pnpm dev
Build the project for production:
pnpm build
Start the production server:
pnpm start
next@^13.0.5
nextra@^2.0.0-beta.43
nextra-theme-docs@^2.0.0-beta.43
react@^18.2.0
react-dom@^18.2.0
This project is licensed under the Apache License.