https://github.com/kamhix/todoist-linux
The linux desktop application for todoist
https://github.com/kamhix/todoist-linux
Last synced: 11 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:23:15.000Z (over 2 years ago)
- Last Synced: 2024-11-04T14:44:49.867Z (5 months 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 -  .
## 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