This project runs on Vite with React and ships static assets to GitHub Pages. The production bundle lives in build/, as configured in vite.config.js.
- Node.js 18+ (recommended)
- npm 9+
Install dependencies once:
npm installStart the development server on http://localhost:5173:
npm run dev
# or: npm startnpm run build– creates an optimized production build in thebuild/directory.npm run preview– serves the build locally to verify the production output.
Deployments to GitHub Pages run through Vite’s build output:
npm run deployThis command rebuilds the site and publishes the build/ directory to the master branch via gh-pages.