/gtd-panic

This is a tool that I made because I'm too lazy to create a day planner

Primary LanguageJavaScript

gtd-panic

Note (9/14): This project is currently on-hold / abandoned. I found a better tool called Timeful, so I'm using that instead.

bower install
npm install
source ./dev.env
mongod --dbpath ./data
node app.js

To run the tests:

karma start
npm test