This is the repo for the new CocoaPods site.
###I'd like to make a suggestion Fantastic! Take a look at our open issues, and comment on one that seems relevant or open an issue. See our CONTRIBUTING guidelines for opening issues.
###I'd like to add my blog post or tutorial. Delightful! Double check your link follows our External Resource Guidelines, then make a pull request.
###I'd like to run cocoapods.org locally The beta site is built on Middleman, and runs on Ruby 1.9.3 or newer.
Steps to setup:
$ git clone https://github.com/CocoaPods/cocoapods.org.git
$ cd cocoapods.org
$ bundle install
$ rake bootstrap
$ middleman server
- Open localhost:4567 in your browser. Changes will be processed automatically