Home

Awesome

Owlora

styled with prettier

<img src="./owlora.png" />

Task management tool in which can medium term.

For now, Owlora uses Todoist API as backend.

Support platforms

Support repeated tasks

For developer

Only support for Linux (Not support for windows and mac)

Optional

If you want to release..

$ npx firebase login

Install dependencies

$ npm i

Debug

$ make dev

Show storybook

$ make storybook

Test (Unit test)

$ make test

Visualzed test

Requirements

If you use Makefile

Optionals

Local test after topic branch is committed locally...

$ npm run build-storybook visualized-test

After PR is created... (Optional)

$ make visualized-test-init visualized-test

After master is committed... (Required)

$ make visualized-test-init visualized-test-quietly

Build

$ npm build

Release

Before release, you need to Confirm that your branch name equals release version

$ make release

Finally, create pull request and merge to master!!