git clone git@github.com:odwrtw/w000t.git && cd w000t
bower
and components
npm install -g bower
bower install
bundle install
bundle exec rails db:create && bundle exec rails db:migrate && bundle exec rails db:seed
bundle exec rails server -p 4000
http://localhost:4000/
Run bundle exec rspec spec