#openbroadcaster.com
This repository holds the source code to the OpenBroadcaster Support website, a Jekyll-powered site hosted for free on GitHub Pages.
The project requires Ruby2.0, and nodejs. If no ruby environment is installed, setup as follows:
apt-get install ruby2.0 ruby2.0-dev gem bundler zlib1g-dev nodejs- Relink the /usr/bin/ruby and /usr/bin/gem executables to the 2.0 versions:
gem install RedCloth -v '4.2.9'gem install nokogiri -v '1.6.6.2'
After cloning this repository, run:
bundle installto download dependencies required to build.bundle exec jekyll serveto run locally orbundle exec jekyll buildto generate into./sitedirectory.

