Run locally
Run the glib-code docs site locally with Bun.
The docs site uses Astro and Starlight. Bun is the package manager and runtime for local development.
Install
Section titled “Install”bun installStart the dev server
Section titled “Start the dev server”bun run devThe dev server runs at http://localhost:4321 by default.
bun run buildPreview the production build
Section titled “Preview the production build”bun run preview