An interactive classroom app for running critique sessions at CUNY Journalism. Instructors can enter a roster, randomize presentation order, and spin two wheels to pick who gives feedback and what kind of feedback they give.
npm install
npm run dev
Open http://localhost:5173.
npm run lint — run ESLintnpm run test — run tests oncenpm run build — build for productionnpm run storybook — run Storybook locallyGitHub Actions deploys the site to GitHub Pages from main using
.github/workflows/deploy.yml.