This lesson has been developed as a part of the NBIS course Introduction to Data Management Practices and is modified from the Carpentries lessons on OpenRefine for social scientists and OpenRefine ecology lesson.
conda env update -n name-of-your-env -f environment.yml
conda activate name-of-your-env
gem install bundler
bundle install
conda activate name-of-your-env
bundle exec jekyll build
$ conda activate name-of-your-env
$ bundle exec jekyll serve