Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 748 Bytes

File metadata and controls

59 lines (38 loc) · 748 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 docs:dev

Build

Build the site for production:

pnpm docs:build

Preview

Preview the production build locally:

pnpm docs:preview

Testing with Playwright

This project uses Playwright for end-to-end testing.

Install Playwright

pnpm add -D @playwright/test
pnpm exec playwright install

Run Tests

pnpm test

Project Structure

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