Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 420 Bytes

File metadata and controls

22 lines (12 loc) · 420 Bytes

PC Usage Timer - Desktop

The desktop version of PC Usage Timer using the NW.js SDK (Node-Webkit)

It is primarily implemented with face-api.js, basic HTML, CSS, bootstrap 4, and JavaScript.

Usage

Run the following commands from the command-line interface -

npm install

# to run app -

npm run dev

# to build executable -

npm run build