giubatt / website

The Datenanfragen.de website including the request PDF generator and company information database

Home Page:https://www.datenanfragen.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Datenanfragen.de website

This repository contains the source code for the Datenanfragen.de website.

Datenanfragen.de is an open source project by Datenanfragen.de e. V., a registered non-profit from Germany. We have made it our mission to help you exercise your right to privacy.
Through our website, we offer a generator for GDPR requests as well as access to our company and supervisory authority database (see this repository for the source behind this data) and comprehensive articles on the GDPR and privacy in general.

A screenshot of the datarequests.org homepage

Live versions of the website are currently available in German and English.

Development

BrowserStack Status

Datenanfragen.de is designed as a static website, running on Hugo. For the JavaScript and (S)CSS, we use webpack.

To build the project, first install Hugo and Yarn. Then clone the repository and run yarn in the root directory to fetch all required dependencies. Then run the deploy script (./deploy.sh) to fetch the required resources from our data repository.
For development, use yarn dev to start the webpack file watcher which will automatically build the JS and (S)CSS files. For Hugo, use hugo server --disableFastRender.
The production builds are automatically done by Netlify using the deploy.sh script.

For testing, we use GitLab CI in combination with BrowserStack who kindly let us use their services.

Contributing

First of all, thank you very much for taking the time to contribute! Contributions are incredibly valuable for a project like ours.

The primary development is done on a private GitLab instance, with all commits being mirrored to the GitHub repository. We still welcome issues and pull requests through GitHub—thanks to the distributed nature of Git, it is easy for us to incorporate those.

Please be aware that by contributing, you agree for your work to be released under the MIT license, as specified in the LICENSE file.

If you are interested in contributing in other ways besides coding, we can also really use your help. Have a look at our contribute page for more details.

About

The Datenanfragen.de website including the request PDF generator and company information database

https://www.datenanfragen.de

License:MIT License


Languages

Language:JavaScript 75.1%Language:HTML 12.8%Language:CSS 11.7%Language:Shell 0.4%