# yd-tools-landing
**Repository Path**: wangju514UI/yd-tools-landing
## Basic Information
- **Project Name**: yd-tools-landing
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-09-13
- **Last Updated**: 2024-09-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Shadcn/Vue Landing Page Template
## Shadcn-Vue + Vue.js + TypeScript + Tailwind.

Live demo is now available: Live Demo
## Sections
- [x] Navbar
- [x] Sidebar(mobile)
- [x] Hero
- [x] Sponsors
- [x] Benefits
- [x] Features
- [x] Testimonials
- [x] Pricing
- [x] Frequently Asked Questions(FAQ)
- [x] Team
- [x] Community
- [x] Contact
- [x] Footer
- [ ] ... More Sections Coming Soon
## Features
- [x] Fully Responsive Design
- [x] User Friendly Navigation
- [x] Dark Mode
- [x] Meta tags
## How to install
1. Clone this repositoy:
```bash
git clone https://github.com/leoMirandaa/shadcn-vue-landing-page.git
```
2. Go into project
```bash
cd shadcn-vue-landing-page
```
3. Install dependencies
```bash
npm install
```
4. Run project
```bash
npm run dev
```