README How to run locally Make sure you are in the bellbird directory Start redis: redis-server /usr/local/etc/redis.conf Start sidekiq: bundle exec sidekiq Start rails server: bin/rails server How to run tests bundle exec rspec