This is a React project scaffolded with Vite, intended for static deployment on GitHub Pages.
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
- Preview the production build:
npm run preview
- After building, deploy the contents of the
dist/folder to yourgh-pagesbranch or configure GitHub Pages to serve from/docsor/dist. - You may use the
gh-pagesnpm package for automated deployment.
public/— Static assets andindex.htmlsrc/— React components and.jsxfiles.github/— Copilot and GitHub configuration
For more details, see the Vite and GitHub Pages documentation.