Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 441 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 441 Bytes

GDPR Compliance Documentation

Local testing

To install an environment to locally inspect the compiled output, you can do the following.

  1. Create a conda environment and activate it:
conda create -n gdpr rb-bundler gxx_linux-64 libxcrypt
conda activate gdpr
  1. Install the dependencies via bundler:
bundle install
  1. Use the makefile to compile the markup files and let Jekyll serve a local instance:
make