automaticanalysis documentation
If you want to check how things look locally before you push any changes on github, you can serve the website locally.
Make sure that you have ruby installed. On Windows, you need ruby+devkit.
From the directory where you have cloned this repository, run:
bundle exec jekyll serve
You need to adapt the gem configuration before rendering locally.
- Add the following lines to the Gemfile:
gem 'wdm', '>= 0.1.0'
gem "webrick"
- Update gems:
bundle update
Important: Do not PR the modified Gemfile and Gemfile.lock to the main repo!