The documentation for gutenberg is a jekykll site, hosted on GitHub pages.
To deploy a local version of the site you will need to:
- Install ruby.
- Install jekyll and bundler:
gem install jekyll bundler
- Install the gems by navigating to the
docs
directory and run:
bundle install
- Run the site locally with:
bundle exec jekyll serve
- Navigate to
localhost:4000
in your browser to view the site.
Note: if you wish to use a page theme you will need to use remote-theme by uncommenting the remote-theme line in /docs/_config.yml
and commenting out the theme line.