An open API service indexing awesome lists of open source software.

https://github.com/asilcetin/getup-app

Healthy Work Cycle Tracker - Mac/Win/Linux Desktop App
https://github.com/asilcetin/getup-app

css desktop-app electron html5 javascript linux macos nodejs windows

Last synced: 3 months ago
JSON representation

Healthy Work Cycle Tracker - Mac/Win/Linux Desktop App

Awesome Lists containing this project

README

          

# GetUp App
Healthy Work Cycle Tracker - Mac/Win/Linux Desktop App

## Development
* Clone the repo to your local machine
* Make sure you have node.js and npm installed
* Move inside the directory: cd ../getup-app
* Install dependencies: npm install
* Make your changes to the .js/.html/.css files
* Consult electron documentation for platform specific methods
* Run app on your machine without packaging: npm start
* Package the app: npm run dist (currently the "build" definition in package.json is only for Mac. For Win/Lin definitions should be added there)