A very simple Offline Personal Kanban board.
Get latest release zip from this repo.
This repo includes my ideas on top of the wonderful project by Greg Gigon. Greg's original version is available here.
- Download the zip file
- Unzip at your preferred location
- Open
index.html
in your browser - Kanban away!
-
Pre-requisites
-
Clone the repository
git clone https://github.com/maheswaranm/my-personal-kanban.git
-
Install the dev, build and test dependencies from the package.json
npm install
-
Install all the app components from the bower.json
bower install
-
Make changes to the code in
app
folder -
Update tests in the
test
folder -
When its time to build and distribute
grunt build
This will create a new zip file in your folder with the distributable version.
JS and CSS are minified.
The version number for the zip file is taken from thebower.json
file