https://github.com/evroon/nextra-docs-template
A Nextra template with shadcn
https://github.com/evroon/nextra-docs-template
Last synced: 2 months ago
JSON representation
A Nextra template with shadcn
- Host: GitHub
- URL: https://github.com/evroon/nextra-docs-template
- Owner: evroon
- License: mit
- Created: 2025-03-03T07:30:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T09:00:58.000Z (over 1 year ago)
- Last Synced: 2025-03-03T10:21:58.025Z (over 1 year ago)
- Language: TypeScript
- Size: 3.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shadcn/UI Landing Page Template
## ShadcnUI + React + TypeScript + Tailwind

Build your React landing page effortlessly with the required sections to your project.
Live Demo
## Sections
- [x] Navbar
- [x] Sidebar(mobile)
- [x] Hero
- [x] Sponsors
- [x] About
- [x] Stats
- [x] How It Works
- [x] Features
- [x] Services
- [x] Call-to-Action (CTA)
- [x] Testimonials
- [x] Team
- [x] Pricing
- [x] Newsletter
- [x] Frequently Asked Questions(FAQ)
- [x] Footer
## Features
- [x] Fully Responsive Design
- [x] User Friendly Navigation
- [x] Dark Mode
- [x] Meta tags
## How to install
1. Clone this repository:
```bash
git clone https://github.com/leoMirandaa/nextra-docs-template.git
```
1. Go into project
```bash
cd nextra-docs-template
```
1. Install dependencies
```bash
yarn
```
1. Run project
```bash
yarn dev
```