Appearance
Getting Started
This page helps you get started with your VitePress site.
Installation
Make sure you have Node.js installed, then run:
bash
npm installDevelopment
To start the development server:
bash
npm run docs:devBuild
To build for production:
bash
npm run docs:buildPreview
To preview the built site:
bash
npm run docs:preview