This is a simple and very small demo of contaazul unofficial gem.
$ git clone [email protected]:jnettome/contaazul_example.git
$ cd contaazul_example
$ bundle
$ ruby web.rb
Then visit http://localhost:4567 and have fun!
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
DO WHATEVER YOU WANT TO!