Install RVM from here http://rvm.io if you don’t already have it.
\curl -sSL https://get.rvm.io | bash -s stable --ruby
Then run:
rake setup
With Guard and LiveReload, you can change the content of the doc and have the files automatically generated and your browser updated.
Then install the LiveReload plugin for your browser (Chrome, Firefox and Safari are supported).
Finally, launch Guard:
rake preview
Browse to the generated file you want to refresh and activate the LiveReload plugin (don’t forget to configure the plugin to accept refreshing local files).
The content of this project is licensed under the Creative Commons Attribution 4.0 license, and the underlying source code used for the examples is licensed under the MIT license.