- Install RVM: https://rvm.io/rvm/install
- Install ruby 2.1.4 with command "rvm install 2.1.4"
- Install ruby gems with "bundle install"
- Start webserver by running "run.sh" (note: port to access website on is output in stdout)
- Seed local database by running rake db:seed