mirror of
https://github.com/LukasDzenk/mext15.git
synced 2026-05-28 13:57:30 +00:00
No description
- TypeScript 79%
- MDX 14.3%
- CSS 6.2%
- JavaScript 0.5%
| content/docs | ||
| public | ||
| src | ||
| .gitignore | ||
| bun.lockb | ||
| components.json | ||
| eslint.config.mjs | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| velite.config.ts | ||
Next.js 15 MDX Template
A modern documentation and blog template built with Next.js 15, MDX, Velite, and Shadcn UI components. This template provides a robust foundation for creating beautiful documentation sites and blogs with a focus on developer experience and performance.
Features
- Next.js 15 - Built on the latest version of React framework for production
- MDX Support - Write content using Markdown with embedded React components
- Content Management - Efficient content organization and processing with Velite
- Modern UI Components - Pre-built components from Shadcn UI
- TypeScript - Full type safety out of the box
- Tailwind CSS - Utility-first CSS framework for styling
- Documentation Ready - Pre-configured for technical documentation and blogs
Quick Start
- Clone the repository:
git clone https://github.com/rudrodip/mext15.git my-docs
cd my-docs
- Install dependencies:
bun install
- Start the development server:
bun run dev
Project Structure
├── content/ # MDX content files
│ └── docs/ # Documentation pages
├── public/ # Static assets
└── src/
├── app/ # Next.js app router pages
├── components/ # React components
├── config/ # Site configuration
└── types/ # TypeScript types
Configuration
Site configuration can be customized by editing src/config/site.config.ts. This includes:
- Site metadata
- Social links
- SEO settings
- Creator information
Contributing
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Please refer to our contribution guidelines for more details.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
- Documentation: Check the
/docsdirectory - Issues: Submit via GitHub Issues
- Discussions: Join our GitHub Discussions
Creator
Created by rds_agi