Student peer-learning MVP — ready for GitHub Pages.
- Create a public repo named peerlearn-pro on GitHub.
- Upload all files from this folder into the repo.
- Push to main bra nch.
- GitHub Actions (included) builds and deploys automatically to Pages.
- Your site will be live at:
https://<your-username>.github.io/peerlearn-pro/
npm ci
npm run devOpen the local URL (default http://localhost:5173).
- Router is HashRouter to avoid 404s on refresh.
vite.config.jsbase is set to/peerlearn-pro/for correct asset paths on Pages.- State is stored locally in the browser (Zustand). Export/delete in Settings.
- To use a different repo name, change
baseinvite.config.jsto match the folder name:/{your-repo}/.