You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(command line)
* Go into the directory where you want to copy the directory to. Use: `cd directoryname`
* Click `ls` to see what's inside a directory
* Copy the directory: `git clone` https://github.com/ultrasaurus/bridgetroll.git
* `bundle install`
* `rake db:migrate`
* Turn on the server: `rails s`
(browser)
* http://localhost:3000/
Routes
rake routes shows you all the functionality in the application. But it isn't linked to yet.