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

Latest commit

 

History

History
43 lines (30 loc) · 1.18 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.18 KB

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