Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 321 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 321 Bytes

How to use

bundle install --path .bundle
bundle exec jekyll serve --incremental

How to use at university

conda create -n potassco-asp-course -c conda-forge ruby rb-bundler cxx-compiler
conda activate potassco-asp-course
bundle install --path .bundle
bundle exec jekyll serve --incremental