Skip to content

Pumpkin-MC/Pumpkin-Website

Repository files navigation

Development

  1. Install Bun
  2. Download dependencies by running bun install
  3. Edit the documentation
  4. Build the documentation by running bun run build
  5. Preview the documentation by running bun run preview

If you wish to see website being changed in real-time, run bun run dev