This is the repo for the new CocoaPods Guide site.
###I'd like to contribute Great! Head over to CONTRIBUTING.
###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 guides.cocoapods.org locally The guides site is built on Middleman, and runs on Ruby 1.9.3 or newer.
Steps to setup:
$ git clone https://github.com/CocoaPods/guides.cocoapods.org.git
$ cd guides.cocoapods.org
$ git submodule update --init --recursive
$ bundle install
$ middleman server
- Open localhost:4567 in your browser. Changes will be processed automatically