1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-22 19:31:07 +00:00
dependabot[bot] 6c2c49794f Bump eventmachine from 8e1d6b1 to 46b3f20 (#658)
Bumps [eventmachine](https://github.com/eventmachine/eventmachine) from `8e1d6b1` to `46b3f20`.
- [Release notes](https://github.com/eventmachine/eventmachine/releases)
- [Commits](8e1d6b11fd...46b3f200a3)

---
updated-dependencies:
- dependency-name: eventmachine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tommy <contact@tommytran.io>
2022-02-28 10:13:30 +00:00
2022-02-28 04:55:17 -05:00
2022-02-12 18:22:30 +10:30
2021-12-25 19:05:16 +10:30
2022-02-15 17:26:24 -06:00
2021-01-15 23:46:23 -06:00
2021-09-13 08:56:27 -05:00
2020-04-28 16:09:22 -05:00
2021-12-01 09:46:02 -06:00
2021-01-15 14:42:05 -06:00
2020-05-12 15:13:53 -05:00
2022-01-24 03:48:26 +10:30
2021-09-16 09:57:21 -05:00
2021-09-19 19:18:59 +00:00

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
Description
Protect your data against global mass surveillance programs.
Readme CC-BY-SA-4.0 493 MiB
Languages
Markdown 95.4%
HTML 2.6%
CSS 1.2%
Shell 0.3%
JavaScript 0.2%
Other 0.2%