Skip to content

Pumpkin-MC/Pumpkin-Website

Repository files navigation

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