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