Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 728 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 728 Bytes

Kanbanion

A Kanban board. Simple, digital and local.

With its JSON-based storage, Kanbanion is the perfect choice for keeping track of a single project's tasks. The Electron platform makes it feel and behave just like a native application.

Screenshot

Run

Check the releases page for ready-to-run builds.

If you want to run Kanbanion directly from the repo, clone it and run the following commands.

$ npm install
$ bower install
$ npm start

Build

To builds the app for Linux, MacOS and Windows using electron-packager, run:

$ npm run build