Gdpr Checklist screenshot

Gdpr Checklist

Author Avatar Theme by Privacyradius
Updated: 8 Jun 2021
770 Stars

The GDPR Checklist

Overview

This product analysis examines a checklist focused on adding updates to a repository, with steps on how to contribute, create a pull request, and deploy changes to a specific website. The project is inspired by The SaaS CTO Security Checklist by Sqreen.io.

Features

  • Contribution Guidelines: Step-by-step instructions on how to fork the repository and edit the data file for updates.
  • Pull Request Creation: Guidance on creating a pull request after making changes to the checklist.
  • Deployment Instructions: Information on how changes are automatically deployed to a specific website.

Installation

  1. Fork the repository.
  2. Edit the file src/data.js.
  3. Create a pull request.
  4. Quickstart:
    npm install --global gatsby-cli
    npm i
    
  5. Run npm i in the root folder.
  6. Run gatsby develop.
  7. Visit localhost:8000 in your browser.
  8. Deployment:
    • Changes are automatically deployed to https://gdprchecklist.io/.

Summary

This checklist provides clear instructions on how to contribute by forking the repository, making updates, creating pull requests, and deploying changes. It simplifies the process for users to add new content to the checklist.