huytd / pomoday-v2
- воскресенье, 3 ноября 2019 г. в 00:20:39
TypeScript
A keyboard only task management web app
Be productive without leaving your keyboard
Try it online at https://pomoday.app
Pomoday is an easy to use, yet powerful and flexible web-based task management software that you can use with just a keyboard.
It's flexible and doesn't tie with any productivity methodologies, that means, you can customize and use it in anyway you want, try implementing yourself a GTD or Kanban or Pomodoro workflow with it.
There are two ways to use Pomoday:
You can use the online version at https://pomoday.app
Please make sure you have node and npm installed on your machine.
To host Pomoday locally or on your own server:
git clone https://github.com/huytd/pomoday-v2
npm install
npm run dist
dist folder anywhere, just like a static web pageIt's recomended to deploy it to now.sh, because it's easy:
$ cd dist
$ now
To run it locally during development, use:
npm run dev
I would like to give a special thanks to all of the backers who sponsored this project since day-zero.
| ledongthuc | trungfinity | thaod | mquy | quannt | dvkndn |
Pomoday is published under BSD 3-Clause license.