built with React + Vite + TypeScript, featuring Material Design 3 and Glassmorphism UI.
Live URL: https://tuning-luna.github.io/
- React
- Vite
- TypeScript
- react-i18next — Bilingual support (Chinese & English)
- @material/material-color-utilities (used only during development to generate color tokens)
- GitHub Pages + GitHub Actions for automated build and deployment
After pushing to the main branch, GitHub Actions automatically runs lint → build → deploy to GitHub Pages.
See configuration in .github/workflows/deploy.yml, following the Vite official deployment guide.
Since the repository is named <username>.github.io, the site is deployed as a user site at the root path, with base: '/' set in vite.config.ts.
