zhiyuan-lin / privacyguides.org

Protect your data against global mass surveillance programs.

Home Page:https://privacyguides.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Privacy Guides

Your central privacy and security resource to protect yourself online.

Developing

  1. Install the version of Ruby currently specified by .ruby-version
    • With rbenv (recommended!): rbenv install
    • With RVM: rvm install "ruby-$(cat .ruby-version)"
    • Manually
  2. Install node.js and npm
  3. Install Bundler v2.2.5:
    • gem install bundler:2.2.5
  4. Install the required dependencies:
    • bundle install
    • npm install
  5. Build the website (the output can be found in the _site directory):
    • npm run build
  6. Serve the website locally with live reloading:
    • npm run serve

About

Protect your data against global mass surveillance programs.

https://privacyguides.org

License:Creative Commons Zero v1.0 Universal


Languages

Language:HTML 91.8%Language:SCSS 7.9%Language:Ruby 0.2%Language:JavaScript 0.1%