This website is built with:
- Jekyll - Static site generator
- Petridish theme - Research project website theme
- GitHub Pages for hosting
- Install Ruby and Bundler
- Clone this repository:
git clone https://github.com/ovgu-nit/enabling cd enabling - Install dependencies:
bundle install
- Start local server:
bundle exec jekyll serve - View website at: http://localhost:4000