task-board is a tool for managing tasks and analyzing the duration of each task.
npm install
npm run electron:serve
npm run build
npm run test:unit
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Make win build
npm run electron:build:win
Make mac build
npm run electron:build:mac
Make linux build
npm run electron:build:linux
Make all platform build
GH_TOKEN=<SECRET_TOKEN> npm run electron:build
- MIT license
- Copyright © 2020-present, Michał Szyma