Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 983 Bytes

DEVELOPMENT.md

File metadata and controls

41 lines (25 loc) · 983 Bytes

Developers guide

Development

In order to being able to code inside this project you will need to:

  • Install a Ruby version greater than 2.5 (rbenv is a great choice)

  • Install Bundler (gem install bundler)

    • Inside the premonition folder run bundle install --jobs 4 --retry 3. This will install the needed dependencies.
  • Prefer developing in Visual Studio code with these plugins

    • EditorConfig for VS Code
    • Ruby by Peng Lv
    • VSCode Ruby by Stafford Brunk
    • ruby-rubocop ny misogi

Running the tests

bundle exec rake test

from the root of the Premonition repo.

Releasing