Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.02 KB

Welcome

Join the chat at https://gitter.im/howtogdpr/lobby

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.

Want to help?

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.

Build it locally

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.