- Ruby 2.7.1
- Rails 6.0.3
- PostgreSQL 12.2
- Node ~>13.12.0
- Yarn ~>1.22.4
yarn
bundle
- Configure db with your creds in
config/database.yml
rails db:create db:migrate db:seed
- You're good to go now ;)
- Install foreman locally using
gem install foreman
- Then run
foreman s
- Linters checks:
rubocop --disable-pending-cops
haml-lint
- Security checks:
brakeman -6 -q
rspec
undercover
to test coverage