Doc site for Yavin built with Jekyll
- RUN
git submodule update --init --recursive
- install bundler
sudo gem install bundler
- install bundle gems:
sudo bundle install
- start jekyll
bundle exec jekyll serve --config _config.yml,_config_dev.yml
- visit page at http://localhost:4000/
- edit the pages you care about
- submit a PR so the rest of the world can see your helpful information