Here you will find the code behind howtogdpr.me. Thanks for looking at it 😉 . Feel free to create Issues or PRs. Any help is welcome.
This project has a code of conduct, please follow it.
Are you a designer? We need a decent looking site and a logo. Please contact Bodo if you want to help.
Developer and want to help? Nice! Let's talk on gitter.
To build the project locally you need ruby and npm installed on your system.
If both are installed, run these commands:
bundle
npm install
bundle exec jekyll s -H 0.0.0.0 --future --watch
This will install all dependencies and starts jekyll. Open a browser on http://localhost:4000 to see the page.