Skip to content

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.

Terminal window
bun install
Terminal window
bun run dev

The dev server runs at http://localhost:4321 by default.

Terminal window
bun run build
Terminal window
bun run preview