Skip to content

NotM1Dev/vitepress-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VitePress Demo 📚

This repository is an example docs website, built with VitePress.

Live Demo

Click here ↗ to see a live demo.

Usage

Below is a simple guide on how to use this template.

Clone the repository

git clone https://github.com/m1-dev/vitepress-demo.git .

Install dependencies

npm install # You can also use pnpm, yarn, or bun

Start development server

npm run dev

Production Build

npm run build