Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 842 Bytes

File metadata and controls

54 lines (34 loc) · 842 Bytes

VitePress 2.0 Project

This is a documentation site built with VitePress 2.0.0-alpha.3.

Getting Started

Installation

pnpm install

Development

Start the development server:

pnpm dev

Build

Build the site for production:

pnpm build

Preview

Preview the production build locally:

pnpm preview

Testing

This project ships with custom integration checks for the local search experience.

Search verification

pnpm test:search

Runs node tests/verify-search.js. The script expects a local dev server at http://localhost:5173 and a Chromium instance started with --remote-debugging-port=9222.

Project Structure

  • .vitepress/ - VitePress configuration
  • public/ - Static assets
  • index.md - Home page
  • *.md - Documentation pages