MobileRT: Mobile Ray Tracing engine
Build documentation locally
gem install bundler -v 2.5.7;
bundle install && bundle update --bundler;
bundle exec jekyll build --source docs/ docs/_config.yml --trace;
bundle exec jekyll serve --source docs/ docs/_config.yml --trace;Last updated