electron shell
- clone
npm installgrunt- open the electron.exe inside the build folder for windows or the electron.app on OS X
add a .timeConfig.json to your users home, i.e. "\Users\someguy" and add the employees you want to approve. Here is an example:
{
"email": "[email protected]",
"password": "xxxxxxxxxx",
"employees": [
"Last, First",
"Last, Second"
],
"me": "Doe, John"
}
It is a JSON file and you can find online editors if you need to edit it there. http://www.jsoneditoronline.org/