Skip to content

roundlycat/diy-broadcast

 
 

Repository files navigation

#openbroadcaster.com

GitHub license OpenBroadcaster

This repository holds the source code to the OpenBroadcaster DIY Broadcast Projects 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

About

Do it Yourself Radio and TV Station Broadcast Projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 55.8%
  • Less 25.7%
  • HTML 11.2%
  • SCSS 6.0%
  • CSS 1.3%