- Node.js >= 23
- Install dependencies using
npm ci
- First build the static pages using VitePress by running
npm run docs:build
- 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