/pomogtd

Web app for combining Pomodoro and GTD techniques

Primary LanguageElm

pomogtd ( demo )

Pomodoro + GTD

Building

Install depencencies by running

elm-package install
npm install

To build,

npm run build

For a server with livereload and building on source change, run

npm run devserver