./bin/dev-run-backend
bundle install
./bin/run_fake_smtp
It respects the MADEK_MAIL_SMTP_PORT (default 25) and MADEK_MAIL_POP3_PORT (default 110) environmental variables.
./bin/build
./bin/dev-run-uberjar
see ./bin/dev-run-backend --help
# export run options in each terminal if necessary
# terminal 1
./bin/run_fake_smtp
# terminal 2
boot focus
# terminal 3
./bin/rspec spec/successful_emails_spec.rb spec/failed_emails_spec.rb# export run stuff in each terminal if necessary
# terminal 1
boot focus
# terminal 2
./bin/rspec spec/smtp_server_unreachable_spec.rbUse ./bin/cljfmt check and ./bin/cljfmt fix.
From vim you can use :! ./bin/cljfmt fix % to format the current file.