https://github.com/kamhix/todoist-linux
The linux desktop application for todoist
https://github.com/kamhix/todoist-linux
Last synced: about 1 year ago
JSON representation
The linux desktop application for todoist
- Host: GitHub
- URL: https://github.com/kamhix/todoist-linux
- Owner: kamhix
- Created: 2015-04-24T10:04:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:23:15.000Z (over 3 years ago)
- Last Synced: 2024-11-04T14:44:49.867Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://todoistlinux.hakimouake.com
- Size: 846 KB
- Stars: 184
- Watchers: 13
- Forks: 17
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - linux)) - Unofficial client of Todoist, the cross-platform to-do manager with mobile apps, great UI and has some optional premium features. (Applications / Productivity)
- Awesome-Linux-Software - ![Open-Source Software - linux) - Unofficial client of Todoist, the cross-platform to-do manager with mobile apps, great UI and has some optional premium features. (Applications / Productivity)
- awesome-puppy-linux - Todoist - Unofficial client of Todoist, the Cross-platform to-do manager with mobile apps, great UI and has some optional premium features.[![Open-Source Software][oss icon]](https://github.com/kamhix/todoist-linux) ![Freeware][freeware icon] (Applications / Productivity)
- awesome-linux-zh - Todoist - Todoist的第三方客户端,跨平台的事件管理器,具备漂亮的UI和可选的高级功能.[![Open-Source Software][OSS Icon]](https://github.com/kamhix/todoist-linux) ![Freeware][Freeware Icon] (应用 / 生产力)
- awesome-linux-software -  .
## Run it yourself
if you want to run it by yourself, please follow the following instructions.
### Clone the repo
$ git clone https://github.com/kamhix/todoist-linux.git
$ cd todoist-linux
### Install nodejs
Follow instructions to install nodejs and npm.
### Install gulp
$ npm install gulp-cli -g
### Install Dev Dependencies
$ npm install
### Run project
$ gulp start
### Build project
$ gulp package