mirror of
https://github.com/Pumpkin-MC/Pumpkin-Website.git
synced 2025-01-18 07:01:51 +00:00
Development
Install
- Node.js >= 23
- Install dependencies using
npm ci
Run
- 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
Languages
Markdown
100%