Professional Practicum Capstone — AI & Open Source — Fall 2026
Course website for CS 4535 at Northeastern University, Khoury College of Computer Sciences.
Live site: https://neu-se.github.io/CS4535-Fall-2026/
50 students work on one codebase together — Pawtograder, a production platform with 1,500+ weekly active users. Your commits go to staging, then to production. The goal: leave the codebase better than you found it for the next semester's classes.
npm install
npm startThis starts a local dev server at http://localhost:3000/CS4535-Fall-2026/.
npm run build # generates static site in /build
npm run deploy # deploys to GitHub Pages