/cocoapods.org

CocoaPods.org new homepage

Primary LanguageJavaScript

CocoaPods Beta Site

This is the repo for the new CocoaPods Beta 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 beta.cocoapods.org locally The beta site is built on Middleman, and runs on Ruby 1.9.3 or newer.

Steps to setup:

  1. $ git clone https://github.com/CocoaPods/beta.cocoapods.org.git
  2. $ cd beta.cocoapods.org
  3. $ rake bootstrap
  4. $ middleman server
  5. Open localhost:4567 in your browser. Changes will be processed automatically