Mindfully managing burnout, one day at a time.
- Make sure you have the Ruby version required in the Gemfile
bundle install
cp .env.example .env
bin/rake db:create db:migrate
bin/rake db:test:prepare
bin/rspec
bin/rails s
In order to run the feature tests, you will need to have a mailcatcher server running.
bin/mailcatcher
Leave that running while you run Cucumber:
bin/cucumber