Mindfully managing burnout, one day at a time.
- Make sure you have the Ruby version required in the Gemfile
bundle installcp .env.example .envbin/rake db:create db:migratebin/rake db:test:preparebin/rspecbin/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