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:
- Fork, clone or download this project
- Install bundler and git lfs
apt install ruby-bundler git-lfs
- Checkout lfs files
git lfs install && git lfs checkout
- Download dependencies:
bundle install --path vendor
- Build and preview:
bundle exec jekyll serve
- Add content
The above commands should be executed from the root directory of this project.
Read more at Jekyll's documentation.