Skip to content

Getting Started

This page helps you get started with your VitePress site.

Installation

Make sure you have Node.js installed, then run:

bash
npm install

Development

To start the development server:

bash
npm run docs:dev

Build

To build for production:

bash
npm run docs:build

Preview

To preview the built site:

bash
npm run docs:preview