Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 350 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 350 Bytes

Development

Install

  • Node.js >= 23
  1. Install dependencies using npm ci

Run

  1. First build the static pages using VitePress by running npm run docs:build
  2. You can then can preview the site using npm run docs:preview

Note: Changes to your documentation files will only be reflected after rebuilding the static pages