a simple kanban tool, using knockoutjs and silex, running on SAE .
- Install Silex through
composer. Just download
composer.phar
file and run thephp composer.phar install
- Create a SAE account and a app, then upload code to server. Make sure to enable SAE's KVDB services.
Want to contribute? Great!
- Fork it.
- Create a branch (
git checkout -b my_markup
) - Commit your changes (
git commit -am "Added Something"
) - Push to the branch (
git push origin my_markup
) - Open a Pull Request
AKanban is licensed under the Apache License v2.0 license.