- Follow the instructions to install Jekyll.
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 update
- Run Jekyll with the following command:
$ bundle exec jekyll server
- Go to url http://localhost:4000/. The host and port are set in _config.yml.