Skip to content

fawind/lucidtask

Repository files navigation

lucidtask Build Status

Minimal to-do list based on Google Tasks. Built using React/Redux. Heavily inspired by Clear.

LucidTask

Development

LucidTask uses GoogleTasks as a backend. In order to run your own version, you have to create an API account and fill in your client ID in the config.js file.

# Install dependencies
npm install

# Run dev server
npm start

# Run test suite
npm test

# Compile and minify
npm build

# Deploy to appengine
npm deploy

Issues

If you find any bugs, please open a new issue. Pull requests are always welcome!