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.
Install dependencies:
npm ciStart the local VitePress server:
npm run docs:devBuild the static site:
npm run docs:buildPreview the generated site:
npm run docs:preview