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
- Host: GitHub
- URL: https://github.com/asilcetin/getup-app
- Owner: asilcetin
- Created: 2018-05-01T11:48:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T20:07:57.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T20:51:26.738Z (over 1 year ago)
- Topics: css, desktop-app, electron, html5, javascript, linux, macos, nodejs, windows
- Language: JavaScript
- Size: 4.39 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)