Skip to content

Latest commit

 

History

History

docs

CRMint Docs

To test the documentation locally:

  1. Local install of Jekyll:

    $ gem install bundler
    $ cat <<EOT > Gemfile
    source 'https://rubygems.org'
    gem 'github-pages', group: :jekyll_plugins
    EOT
    $ bundle install
  2. Server the docs locally :

    $ cd docs/
    $ bundle exec jekyll serve