The source code of the learnlib.de website.
You may either follow the GitHub Pages documentation to setup your Jekyll environment or follow the following steps which aim at a local development environment.
- Install rubyandruby-bundlervia your paket manager- If your distribution does not provide a separate ruby-bundlerpackage you may alternatively install therubygemspackage and rungem install bundler
 
- If your distribution does not provide a separate 
- In the main repository folder, run bundle config set --local path '~/.local/share/gem'
- In the main repository folder, run bundle install
- Add ~/.local/share/gem/ruby/3.0.0/bin(path may change due to your ruby version) to your$PATHvariable.
- In the main repository folder, run jekyll serveto build the page locally.