Skip to content

Getting Started

Terminal window
npm install
npm run dev # http://localhost:4321
npm run build # outputs to dist/
npm run preview # serve the built dist/ locally

Pages under src/content/docs/ are Astro/Starlight (Markdown or MDX) and appear in the sidebar automatically — no hand-maintained navigation. Anything placed under public/ is copied to the build output unchanged and served at the matching path; use that for hand-authored static HTML that doesn’t need Starlight’s layout or sidebar (see /example.html).