/Kanbanion

A Kanban board. Simple, digital and local.

Primary LanguageHTMLMIT LicenseMIT

Kanbanion Codacy Badge

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 build the app for Linux, MacOS and Windows using electron-packager, run:

$ npm run build

You will then find the binaries and the needed resources in the dist/Kanbanion-[OS]-[ARCH]/ folders.