Okinawa.rb Meetup!の案内と、活動記録を掲載したウェブページを管理しているリポジトリです。
内容はOkinawa.rb Meetupsから確認できます。
以下のような感じで、ローカルから確認できます。
$ bundle install
$ bundle exec jekyll serve -w
$ open http://localhost:4000/meetups/
- Fork it ( http://github.com/okinawarb/meetups/fork )
- 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