This is the repo for the CocoaPods Guides site.
Great! Head over to CONTRIBUTING.
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.
Delightful! Double check your link follows our External Resource Guidelines, then make a pull request.
The guides site is built on Middleman, and runs on Ruby 2.1.3.
Steps to setup:
$ git clone https://github.com/CocoaPods/guides.cocoapods.org.git
$ cd guides.cocoapods.org
$ rake bootstrap
$ bundle exec rake generate:all
$ foreman start
- Open localhost:4567 in your browser. Changes will be processed automatically
$ bundle exec rake deploy