A React "Hello World" app hosted on GitHub Pages.
🌐 Live site: https://cprime.github.io/shiny-goggles/
- React 19 via Vite
- Deployed automatically to GitHub Pages on every push to
main
npm install
npm run devnpm run buildThe output is placed in dist/. The GitHub Actions workflow (.github/workflows/deploy.yml) builds and deploys automatically.