git clone git@github.com:devacademyla/spaces.git
cd spaces
bundle install
rake db:create db:migrate db:seed
rails s
Before you push some commit you have to make sure RSpec and Rubocop both pass.
bundle exec rubocop
bundle exec rspec
Also you can use guard to watch files.
bundle exec guard
You should create a .env file in the root. Variables we are using as far are: