Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 570 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 570 Bytes

OpenSceneGraph website replacement

This site is built using Jekyll.

Quick setup

  1. Ensure you have Jekyll's dependencies installed as discussed here.
  2. Also install Bundler with gem install bundler.
  3. Also ensure you have ImageMagick and FFMPEG available on your PATH.
  4. Clone this repo (or your own fork).
  5. Install build tools with bundle install.
  6. Run bundle exec jekyll serve --livereload --host 0.0.0.0 to build the site in development mode and serve it to your local network.