/attendance

Card swipe-based attendance app for CS 225 lab sections.

Primary LanguageJavaScript

Attendance

Build Status

Card swipe-based attendance app for CS 225 lab sections.

Setup instructions

npm install
cp config.js.sample config.js
# Set up config.js
npm run build
npm run start

Running in dev mode

You can have the app automatically recompile its assets in "watch" mode as you edit files.

npm run dev

Testing

npm run test

Linting

npm run lint