Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 492 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 492 Bytes

Contributing

Machine Setup

Follow these steps, running mentioned commands in the terminal:

  • Ensure pre-requisites
  • Fork project repo
  • cd into project
  • gem install bundler
  • bundle
  • Once done, open a pull request with master branch.

Running Samples

Locally, you can just run the following since you have the glimmer-dsl-tk library file locally (as opposed to an installed gem):

ruby -r ./lib/glimmer-dsl-tk samples/hello/hello_tab.rb