** Next steps ** cd rvm / rbenv: (if that's your thing) echo "ruby-2.0.0-p247" >> .ruby-version && echo "simple" >> .ruby-gemset && cd . ** Configure git repo ** git init git add . git commit -m "Initial project setup from template" ** Install your dependencies ** bundle install pod install --no-integrate open simple.xcworkspace ** Command line build ** rake -T - will show you the tasks you can run You'll want to: - bootstrap any dependencies - build your app - run unit tests - configure frank - run your frank tests