Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 432 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 432 Bytes

Solution Absence finger print Desktop App

Solution Absence finger print desktop and service to cms system build on electron

Version

1.0.0

Usage

Installation

Install the dependencies

$ npm install

Serve

To run electron

$ npm start

To Package & Build

For Windows

$ npm run package-win

For Mac

$ npm run package-mac

For Linux

$ npm run package-linux