0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin-Website.git synced 2025-04-29 11:57:49 +00:00
Files
Pumpkin-Website/README.md
2025-03-17 07:55:18 +01:00

315 B

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 the website being changed in real-time, run bun run dev