sleekybadger / rubygarage.github.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slides for RubyGarage course

How to start Jekyll in development mode

Execute the command:

$ jekyll s --config _config.yml,_config_dev.yml --trace --profile --incremental

Visit this URL: http://localhost:4000

How to generate diagrams

Install graphviz.

For Ubuntu execute this command:

$ sudo apt-get install graphviz

For macOS execute this command:

$ brew install graphviz --with-freetype --with-librsvg

Generate diagram

Next run following command:

$ dot -T svg -O filename.dot

Documentation

License

CC_BY

This project is licensed under a Creative Commons Attribution 4.0 International License. See a human-readable summary or an entire document.

About


Languages

Language:CSS 57.2%Language:JavaScript 41.9%Language:Ruby 0.5%Language:HTML 0.3%