Skip to content
/ timer Public

A simple timer app (designed for redmine).

Notifications You must be signed in to change notification settings

sbrow/timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timer

A simple timer app that displays the time in decimal hours (redmine friendly format).

example

Installation

Make sure you have npm installed. (Get it here)

then, run:

$ npm run setup
$ npm install

Usage

To run in the browser:
$ npm start

To run in electron:
$ npm start-app