Desktop application is planning routine tasks
Application build day's plan according to your free time and needs
- Create tasks (Routines)
- Create free time (Dead Zones)
- Auto produce day's plan
- Auto open links/files when task will have began
- Support electron notifications and tray
Day-Routine requires Node.js to run.
Install the dependencies and devDependencies and start the server.
git clone https://github.com/AlexeyArno/Day-Routine
cd Day-Routine
yarn
electron .
For automatic open devTools and hot-realod change variable prodEnv
in main.js
file.
For auto rebuild source files by Webpack execute watch.dev.sh
Build available by electron-builder
You can execute build.sh
to build for current
./build.sh
or for certain arch and platform
./build.sh -p win32 -a x64
Result will appear in dist
folder
If you want change some build params for electron-builder, change them in final/package.json
MIT