- Install Ruby if you don't have it already.
cd
to the repository directory and run the following commands:$ cd docs $ sudo gem install bundler $ bundle install
- Stay in the repository directory and clone the required submodules (which basically include the README.md of
Wavefront public repositories into the official documentation)
$ git submodule init $ git submodule fetch
- Run Jekyll using the following command:
$ bundle exec jekyll serve
- Go to http://localhost:4000/. The host and port are set in _config.yml.