Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.34 KB

File metadata and controls

27 lines (16 loc) · 1.34 KB

#openbroadcaster.com

GitHub license OpenBroadcaster

This repository holds the source code to the OpenBroadcaster Support website, a Jekyll-powered site hosted for free on GitHub Pages.

Development Notes

Setting up a local instance

The project requires Ruby2.0, and nodejs. If no ruby environment is installed, setup as follows:

  1. apt-get install ruby2.0 ruby2.0-dev gem bundler zlib1g-dev nodejs
  2. Relink the /usr/bin/ruby and /usr/bin/gem executables to the 2.0 versions:
  3. gem install RedCloth -v '4.2.9'
  4. gem install nokogiri -v '1.6.6.2'

After cloning this repository, run:

  1. bundle install to download dependencies required to build.
  2. bundle exec jekyll serve to run locally or bundle exec jekyll build to generate into ./site directory.

Screenshot

Made with Jekyll Made with Bower