Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 840 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 840 Bytes

Travis Build Status

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.

Building the site

  1. run bundle install to grab ruby dependencies
  2. clean up jekyll's build directory: rm -rf _site/*
  3. compile styles: compass clean; compass compile (you can leave compass running while editing styles with compass watch)
  4. build and serve the site: jekyll serve -w
  5. Navigate to http://localhost:4000