Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 943 Bytes

README.md

File metadata and controls

59 lines (37 loc) · 943 Bytes

Tomatotim

Customizable application for time management inspired by Pomodoro technique

Demo

Features

  • Dynamic favicon and title

Dynamic favicon and title

  • Audio and web browser notifications

Audio and web browser notifications

  • Customization options

Customization options

  • Keyboard hotkeys

Keyboard hotkeys

Build

Prerequisites

Node.js is required.

npm install -g gulp
npm install -g bower
Create App
git clone https://github.com/Hurtak/Tomatotim.git
cd Tomatotim
npm install
bower install
Usage

build app into dist folder and run it from there

gulp

run app from app folder

gulp dev