This is the presentation for the introductory talk held at the Ruby on Rails intro course every quarter.
The project is based on Jekyll 2.x and is deployed on GitHub pages as a static HTML site.
To run the project locally you will need to install the jekyll
gem:
gem install jekyll
To start the server, run this command in project root:
jekyll serve
During development it can be helpful to supply the --watch
option to jekyll serve
to have it restart the server when files are changed.
To generate images from the diagrams you will need to install ditaa and GNU Make. To regenerate the diagram images run:
make
Contributions are very welcome. Please fork this repository and submit a pull request.