Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

SouthEugeneRoboticsTeam/attendance-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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