Vite + React + Tailwind website for project documentation.
- Canonical docs:
../docs/*.md - Synced site content:
src/content/docs/*.md - Sync command:
npm run docs:sync
npm install
npm run devnpm run buildThe build creates dist/404.html from dist/index.html to support client-side routing on GitHub Pages.