Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 397 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 397 Bytes

Contributing

Read this: https://github.com/bbatsov/ruby-style-guide

Developing

  1. clone git repository git clone https://github.com/cubesystems/releaf
  2. create config.yml (or copy over one of examples)
  3. run bundle install
  4. run rake dummy:setup

If you need to remove dummy app, run rake dummy:remove.

Have fun!