Skip to content
Snippets Groups Projects

Robocup ToBi Website

Build with Jekyll and minimal-mistakes

Running page locally

To work locally with this project, you'll have to follow the steps below:

  1. Fork, clone or download this project
  2. Install bundler and git lfs apt install ruby-bundler git-lfs
  3. Checkout lfs files git lfs install && git lfs checkout
  4. Download dependencies: bundle install --path vendor
  5. Build and preview: bundle exec jekyll serve
  6. Add content

The above commands should be executed from the root directory of this project.

Read more at Jekyll's documentation.