kpt-itはKPTによるふりかえりをリアルタイムで共有するアプリケーションです
第1回 #p4dhackで@tyabeと@nishimuuが作成しました
see: https://kpt-it.herokuapp.com/
- based on Padrino
- distributed under the MIT License
- works with Pusher
- ruby 2.1.2
- SQLite or PostgreSQL
$ git clone git://github.com/tyabe/kpt-it.git
$ cp kpt-it
$ mv .env.example .env
$ vim .env # Edit your pusher settings
$ bundle install
$ bundle exec rake db:create
$ foreman start
Welcome your help. Please send a pull request. We'll accept good pull requests.