Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 535 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 535 Bytes

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