Card swipe-based attendance app for CS 225 lab sections.
npm install
cp config.js.sample config.js
# Set up config.js
npm run build
npm run startYou can have the app automatically recompile its assets in "watch" mode as you edit files.
npm run devnpm run testnpm run lint