# colla_board **Repository Path**: liwen_nine/colla_board ## Basic Information - **Project Name**: colla_board - **Description**: Simple Colla Board - **Primary Language**: Ruby - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2013-07-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 一个简单的 Task 管理, 使用 Yammer 帐号登录 ## Requirements * ruby 2.0+ * Rails 4.0.0 ## Getting Start * Clone Resosotory, `git clone git@github.com:JustQyx/colla_board.git` * run `bundle install` * run `rake db:create` & `rake db:migrate` * `rails s` ## Plan 请看`plan.TODO`文件 ## Contributing 1. Fork it 2. Create your feature branch (git checkout -b my-new-feature) 3. Commit your changes (git commit -am 'Add some feature') 4. Push to the branch (git push origin my-new-feature) 5. Create new Pull Request