- Vite
- React
- Tailwind CSS
- MDX for preserved research articles
npm run dev starts a local development server at http://localhost:3000/.
npm run build generates the static site in dist/.
The build also writes route entry files for the legacy article URLs:
/symcode-docs//impression-docs//vtracer-docs//shape-sense-docs//reversi-docs/
Publishing is handled by GitHub Actions in .github/workflows/deploy.yml.
The workflow builds the site and deploys the dist/ artifact to GitHub Pages.
