The source code behind OTS' main web site.
This project is built with the help of
- bootstrap
- compass
- jekyll
In order to be able to compile the site on your own computer, you can install
the two ruby dependencies with bundle install if you have bundler.
- run
bundle installto grab ruby dependencies - clean up jekyll's build directory:
rm -rf _site/* - compile styles:
compass clean; compass compile(you can leave compass running while editing styles withcompass watch) - build and serve the site:
jekyll serve -w - Navigate to http://localhost:4000