Skip to content

Monibuca/website

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published