helix/examples
Godfrey Chan f4dcbf6ea1 v0.7.2 2017-10-09 22:53:01 -07:00
..
calculator v0.7.2 2017-10-09 22:53:01 -07:00
console v0.7.2 2017-10-09 22:53:01 -07:00
duration v0.7.2 2017-10-09 22:53:01 -07:00
json_builder v0.7.2 2017-10-09 22:53:01 -07:00
membership v0.7.2 2017-10-09 22:53:01 -07:00
text_transform v0.7.2 2017-10-09 22:53:01 -07:00
turbo_blank v0.7.2 2017-10-09 22:53:01 -07:00
README.md Add compatibility section 2017-05-18 08:50:37 -07:00
runner Test on Travis 2017-02-24 16:33:41 -08:00
shared.rb Improve installation for examples 2017-04-28 15:16:03 -07:00

README.md

Running the examples

Example

  1. Go to helix/examples/project-name
  2. bundle install
  3. bundle exec rake

NOTE: On Windows you'll need to add the ruby/windows_build directory to your PATH for the DLLs to load correctly.