Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 924 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 924 Bytes

Rails Intro Course Presentation

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.

Setup

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

Contributing

Contributions are very welcome. Please fork this repository and submit a pull request.