This project is built using Astro and @astrojs/starlight.
- Node.js >= 22.12.0
npm installRun the development server:
npm run devThe application will be available at http://localhost:3003.
Build the site for production:
npm run buildPreview the production build locally:
npm run preview