Skip to content
S RookDuel Setu AI-ready documentation template

Getting Started

  • Node.js 20 or newer
  • npm
Terminal window
npm install
npm run dev

Astro prints the local URL, usually http://localhost:4321.

Update these locations first:

  • src/consts/site.ts for reusable product and repository values
  • astro.config.mjs for the Starlight title, social links, edit link, and sidebar
  • src/components/landing/ for the public landing page
  • README.md and LICENSE for repository information

Remove or rewrite the pages inside src/content/docs/docs/. Keep the docs folder if you want documentation URLs to continue using /docs/.

Terminal window
npm run build

The build validates content frontmatter, page routes, and generated AI endpoints.