Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
OpenSceneGraph website replacement
This site is built using Jekyll.
Quick setup
- Ensure you have Jekyll's dependencies installed as discussed here.
- Also install Bundler with
gem install bundler. - Also ensure you have ImageMagick and FFMPEG available on your PATH.
- Clone this repo (or your own fork).
- Install build tools with
bundle install. - Run
bundle exec jekyll serve --livereload --host 0.0.0.0to build the site in development mode and serve it to your local network.