Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 913 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 913 Bytes

TrackerBT

Maintainability Relase

Description

TrackerBT is a simple time tracker. It helps you trace how much time you spend on your projects.

Screenshot

TrackerBT

Installation

Dependencies

To install the dependencies you need to run this command:

npm install

or

yarn

Build frontend

This project uses webpack to build the frontend side of the app. To build the frontend run this command:

npm run watch

Start

To run this project you need to run this command:

npm run start

Build release

To build a standalone release that does not need npm or node to run:

npm run build