Getting Started
npm installnpm run dev # http://localhost:4321npm run build # outputs to dist/npm run preview # serve the built dist/ locallyPages 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).