Documentation site for HealthLog, built with Starlight (Astro).
Live site: docs.healthlog.dev
# Install dependencies
npm install
# Start local dev server (localhost:4321)
npm run dev
# Build for production
npm run build
# Preview the production build locally
npm run preview