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 start
You can have the app automatically recompile its assets in "watch" mode as you edit files.
npm run dev
npm run test
npm run lint