AI ambassador programme at HKBU.
| Folder | Contents |
|---|---|
| courses/ | Course materials (UCLC1008, GCAP3056). Includes AIagentDemo, lessons, materials, Moodle posts. |
| AmbassadorProgramme/ | AI ambassador programme drafts and revised messages. |
| replit/ | Web app (Vite + React + Express). Moved from repo root for deployment. |
| issues/ | Issue tracking. |
- Locally:
cd replit && npm install && npm run dev - On Replit: See replit/REPLIT.md for the live link and setup.
To serve all HTML and static files from this repo:
- GitHub → Settings → Pages.
- Under Build and deployment, set Source to Deploy from a branch.
- Choose Branch:
main, Folder:/ (root). Save. - The repo has a
.nojekyllfile at root so Jekyll is disabled and every file (including all.html) is served as-is.
Base URL: https://tesolchina.github.io/genAI2026/
Example HTML: courses/UCLC1008/AIagentDemo/teacherJumpIntoWater/guide_game_FRT.html →
https://tesolchina.github.io/genAI2026/courses/UCLC1008/AIagentDemo/teacherJumpIntoWater/guide_game_FRT.html