SouthEugeneRoboticsTeam / attendance-client

SERT's attendance manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attendance Client

Release Build

This is a user interface for SERT's attendance. It allows users to sign in, sign out, check their hours, and compete against others with a live-updating leaderboard.

Screenshots

Main Screen Check Hours

Building

Install the dependencies with:

$ npm install

Then you'll be able to run the dev server and up an Electron instance with:

$ npm run dev

To build and output executables, execute the release:<os> npm script. For example,

$ npm run release:windows      # Release for Windows
$ npm run release:mac          # Release for Mac
$ npm run release:linux        # Release for Linux

About

SERT's attendance manager

License:GNU General Public License v3.0


Languages

Language:JavaScript 94.1%Language:CSS 5.2%Language:HTML 0.8%