Getting started
This repository uses the same @contextbridge/projen MarketingSite package as planbridge-private to scaffold an Astro + Starlight site.
Install dependencies
Section titled “Install dependencies”bun installRegenerate projen-managed files
Section titled “Regenerate projen-managed files”bun run synthThe projen runner lives in projen/.projenrc.ts; generated website files live under website/.
Start the local site
Section titled “Start the local site”bun run devThen open the local Astro URL printed by the dev server.
Validate the site
Section titled “Validate the site”bun run typecheckbun run build