#About
This application helps users practice common methods to refactor ruby code.
##How to get it running locally:
-
Register a new Google application that has access to contacts and the google + API (or get in touch with @mmlkrx for the credentials ;).
-
Run
rake db:setup. -
Start your local server and log into the app with your Google account.
-
Run
rake user:add_exercisesto connect your account to some of the seed data. -
Run
zeus startto get started with development.
