README

bundle install
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
rake db:setup
rails s
brew install node
npm install
# and you might need to run this...  
./bin/webpack-dev-server --host 127.0.0.1 
# in another tab to make the React compile