Skip to content

sabrina-ulbrich/text-to-squares

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text to Squares

This is an application that a RailsGirls workgroup is using to learn programming with Ruby and Rails. Yay!

Setup

To work on this application locally, you should first make sure you can run it and the tests. Some basic instructions follow.

  1. 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…

  2. Get the code. You can do this via ‘git clone git://github.com/svenfuchs/text-to-squares.git`

  3. Run: ‘cd text-to-squares`

  4. Run: ‘bundle install`

  5. Run: ‘bundle exec rake db:schema:load`

  6. Run: ‘bundle exec rails server`

  7. 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

About

Railsgirls Berlin Learning Group Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 96.1%
  • JavaScript 2.3%
  • CoffeeScript 1.6%