TrackerBT is a simple time tracker. It helps you trace how much time you spend on your projects.
To install the dependencies you need to run this command:
npm install
or
yarn
This project uses webpack to build the frontend side of the app.
To build the frontend run this command:
npm run watch
To run this project you need to run this command:
npm run start
To build a standalone release that does not need npm or node to run:
npm run build