This repo is a part of the framework advanced bubble 1
In order to be able to run the app you need to create .env
and env.test
files and ask for the variables
- Use
make start
to run the web server - Use
make stop
when the work is done - Use
make console
to open the rails console - Use
make rspec
to run the tests. Usingfit
you can run single tests - Use
make rubocop
to run the rubocop checks - Use
make rubycritic
to run the rubycritic checks - Use
make brakeman
to run the brakeman checks