mirror of
https://github.com/Pumpkin-MC/Pumpkin-Website.git
synced 2025-04-29 11:57:49 +00:00
315 B
315 B
Development
- Install Bun
- Download dependencies by running
bun install
- Edit the documentation
- Build the documentation by running
bun run build
- Preview the documentation by running
bun run preview
If you wish to see the website being changed in real-time, run bun run dev