Skip to content

Getting started

This repository uses the same @contextbridge/projen MarketingSite package as planbridge-private to scaffold an Astro + Starlight site.

Terminal window
bun install
Terminal window
bun run synth

The projen runner lives in projen/.projenrc.ts; generated website files live under website/.

Terminal window
bun run dev

Then open the local Astro URL printed by the dev server.

Terminal window
bun run typecheck
bun run build