- 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