To install an environment to locally inspect the compiled output, you can do the following.
- Create a conda environment and activate it:
conda create -n gdpr rb-bundler gxx_linux-64
conda activate gdpr
- Install the dependencies via bundler:
bundle install
- Use the makefile to compile the markup files and let Jekyll serve a local instance:
make