Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 556 Bytes

File metadata and controls

35 lines (22 loc) · 556 Bytes

diffpal.github.io

This repository contains the public documentation website for DiffPal.

Production site: https://diffpal.github.io/

Public documentation Markdown lives at the repository root so the organization-level GitHub Pages site publishes at /, not under a project path.

Local Development

Install dependencies:

npm ci

Start the local VitePress server:

npm run docs:dev

Build And Preview

Build the static site:

npm run docs:build

Preview the generated site:

npm run docs:preview