INSTALL THE DOCS WITH JEKYLL
The documentation is produced with :
For a local deployment of the documentation project (Jekyll + MMistakes template)
- Install ruby, Jekyll
brew install ruby
gem install jekyll
- Install setup (given the
Gemfile
,Gemfile.lock
and_config.yml
files)
gem install bundler
bundle
bundle install
bundle update
- Launch Jekyll server
jekyll serve
# or if you want to run the docs server on another port
jekyll serve --port=4001
… then check in your browser :