This is a minimal Next.js single-page app showcasing a Perscholas-branded course list and a simple chat UI.
Run locally (PowerShell):
cd c:\_dev\whizlabscicd
npm install
npm run devOpen http://localhost:3000 in your browser.
Notes:
- Chat is client-side only (no server). The bot echoes messages for demo purposes.
- Replace
public/perscholas-logo.svgwith an official asset if available.