Documentation site for Stellar AppKit — built with Astro Starlight, deployed on Cloudflare Pages.
bun install
bun run devbun run buildOutput is in dist/.
Connect this repo to Cloudflare Pages with:
- Framework preset: Astro
- Build command:
bun install && bun run build - Output directory:
dist
No Cloudflare adapter needed — the docs site is fully static HTML, served directly from the CDN. No Workers, no SSR, no nodejs_compat flag required.