To start the development server with hot-reload:
npm run docs:devThe site will be available at http://localhost:5173.
To build the static site for production:
npm run docs:buildThe output will be generated in the .vitepress/dist directory.
To preview the production build locally:
npm run docs:previewThis project is configured to deploy to GitHub Pages via GitHub Actions. See .github/workflows/deploy.yml for more details.