Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 853 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 853 Bytes

Build Status Coverage Status

Time Tracker

Development

Prepare development tools and clone repository

Clone repository

git clone https://github.com/miroslaw-bogacz/time-tracker.git

Install @angular/cli

npm install -g @angular/cli

Install yarn

npm install -g yarn

Build and run Time Tracker for macos

Install all dependencies

yarn install

Build and run development Time Tracker

npm run start:electron and npm run build:watch

Build production version from macos

npm run package:macos