This is an application that a RailsGirls workgroup is using to learn programming with Ruby and Rails. Yay!
To work on this application locally, you should first make sure you can run it and the tests. Some basic instructions follow.
-
Make sure you have a working local development environment with (at least) Ruby and git. The instructions at robots.thoughtbot.com/post/8700977975/2011-rubyists-guide-to-a-mac-os-x-development should help…
-
Get the code. You can do this via ‘git clone git://github.com/svenfuchs/text-to-squares.git`
-
Run: ‘cd text-to-squares`
-
Run: ‘bundle install`
-
Run: ‘bundle exec rake db:schema:load`
-
Run: ‘bundle exec rails server`
-
In your browser, open localhost:3000/, and everything should work. If not, feel free to file an issue! github.com/svenfuchs/text-to-squares/issues