It is a simple way to manage your personal and professional tasks visually.
Application based on HTML5, Ruby on Rails and hosted on Heroku.
Visit PKanban
Google+ Communit
-
Realize the application chekout:
-
Change directory to
myapp
and start the web server:$ cd myapp $ rails server (run with --help for options)
-
Go to localhost:3000/
-
Fork it
-
Create your feature branch (‘git checkout -b my-new-feature`)
-
Commit your changes (‘git commit -am ’Add some feature’‘)
-
Push to the branch (‘git push origin my-new-feature`)
-
Create new Pull Request