Skip to content

Commit

Permalink
Updated SETUP.md by adding a new section with tools that we use for d…
Browse files Browse the repository at this point in the history
…evelopment
  • Loading branch information
rgenchev committed Oct 21, 2019
1 parent bf61060 commit 2a2d32c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,12 @@ For the `devise` and `administrate` files, there might be available translations
If you want to change the default language for Terrastories, set the language on line 21 in `rails/config/application.rb`. To set it to Papiamentu, change this line to `config.i18n.default_locale = :pap`

Once you are done, the language should be available the next time you start Terrastories.

## Tools that we use for development

* Rubocop: linting and styleguide

Please check https://rubocop.readthedocs.io/en/latest/integration_with_other_tools/#editor-integration to read about how to integrate Rubocop with your favourite editor.

* Jest: js test runner
* SimpleCov: code coverage metric

0 comments on commit 2a2d32c

Please sign in to comment.