mirror of
https://github.com/Pumpkin-MC/Pumpkin-Website.git
synced 2025-04-29 17:47:50 +00:00
9 lines
315 B
Markdown
9 lines
315 B
Markdown
### Development
|
|
1. Install [Bun](https://bun.sh)
|
|
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`
|