Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 915 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 915 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 in development mode, clone it and run the following commands.

$ npm ci
$ ./node_modules/bower/bin/bower install
$ npm start

The DevTools pane will open automatically.

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.