+# Contributing
+
* https://www.ruby-lang.org/ - The homepage of Ruby which has more links and some great tutorials.
* https://rubyonrails.org/ - The homepage of Rails, also has links and tutorials.
```
bundle exec rubocop
bundle exec rails eslint
-bundle exec erblint .
+bundle exec erb_lint .
```
You can also install hooks to have git run checks automatically when