2020-06-18 22:18:48 -04:00
|
|
|
<div align="center">
|
2021-01-15 19:32:13 -05:00
|
|
|
<a href="https://privacyguides.org">
|
|
|
|
<img src="/assets/img/layout/privacy-guides-logo.svg" width="500px" alt="Privacy Guides" />
|
2019-12-04 14:46:17 -05:00
|
|
|
</a>
|
2020-06-18 22:18:48 -04:00
|
|
|
<p>
|
2021-09-19 15:18:59 -04:00
|
|
|
<em>Your central privacy and security resource to protect yourself online.</em>
|
2020-06-18 22:18:48 -04:00
|
|
|
</p>
|
2021-01-15 19:32:13 -05:00
|
|
|
<p>
|
2021-09-19 15:18:59 -04:00
|
|
|
<a href="https://www.privacyguides.org">
|
2021-01-15 19:32:13 -05:00
|
|
|
<img src="https://img.shields.io/uptimerobot/status/m786935055-1117e0819f5c23c651d46a17?label=website%20status">
|
|
|
|
</a>
|
2021-09-19 15:18:59 -04:00
|
|
|
<a href="https://opencollective.com/privacyguides">
|
|
|
|
<img src="https://img.shields.io/opencollective/all/privacyguides">
|
2021-01-15 19:32:13 -05:00
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<a href="https://www.reddit.com/r/PrivacyGuides/">
|
2021-09-19 15:18:59 -04:00
|
|
|
<img src="https://img.shields.io/reddit/subreddit-subscribers/PrivacyGuides?label=Subscribe%20to%20r%2FPrivacyGuides&style=social">
|
|
|
|
</a>
|
|
|
|
<a href="https://twitter.com/privacy_guides">
|
|
|
|
<img src="https://img.shields.io/twitter/follow/privacy_guides?style=social">
|
2021-01-15 19:32:13 -05:00
|
|
|
</a>
|
2021-09-19 15:18:59 -04:00
|
|
|
<a href="https://github.com/privacyguides/privacyguides.org/stargazers">
|
2021-01-15 19:32:13 -05:00
|
|
|
<img src="https://img.shields.io/github/stars/privacyguides?style=social">
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<a href="https://app.netlify.com/sites/privacyguides/deploys">
|
|
|
|
<img src="https://img.shields.io/netlify/f40bcb64-a6ed-4650-9ca6-7d3ac293d2be">
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/privacyguides/privacyguides.org/issues">
|
|
|
|
<img src="https://img.shields.io/github/issues-raw/privacyguides/privacyguides.org">
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/privacyguides/privacyguides.org/issues?q=is%3Aissue+is%3Aclosed">
|
|
|
|
<img src="https://img.shields.io/github/issues-closed-raw/privacyguides/privacyguides.org">
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/privacyguides/privacyguides.org/pulls">
|
|
|
|
<img src="https://img.shields.io/github/issues-pr-raw/privacyguides/privacyguides.org">
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/privacyguides/privacyguides.org/pulls?q=is%3Apr+is%3Aclosed">
|
|
|
|
<img src="https://img.shields.io/github/issues-pr-closed-raw/privacyguides/privacyguides.org">
|
2020-06-18 22:18:48 -04:00
|
|
|
</a>
|
2021-01-15 19:32:13 -05:00
|
|
|
<a href="https://github.com/privacytools/privacytools.io/issues">
|
|
|
|
<img src="https://img.shields.io/github/issues/privacytools/privacytools.io?color=black&label=upstream%20issues">
|
2020-06-18 22:18:48 -04:00
|
|
|
</a>
|
2021-01-15 19:32:13 -05:00
|
|
|
</p>
|
2020-06-18 22:18:48 -04:00
|
|
|
</div>
|
2018-12-27 11:21:56 -05:00
|
|
|
|
2020-02-24 10:43:50 -05:00
|
|
|
## Developing
|
|
|
|
|
2021-01-15 15:21:39 -05:00
|
|
|
1. Install the version of [Ruby](https://www.ruby-lang.org/en/downloads/) currently specified by [`.ruby-version`](.ruby-version)
|
|
|
|
* With [rbenv](https://github.com/rbenv/rbenv) (**recommended!**): `rbenv install`
|
|
|
|
* With [RVM](https://rvm.io): `rvm install "ruby-$(cat .ruby-version)"`
|
|
|
|
* [Manually](https://www.ruby-lang.org/en/downloads/)
|
2021-02-22 11:47:35 -05:00
|
|
|
1. Install node.js and npm
|
2021-01-15 15:26:54 -05:00
|
|
|
1. Install [Bundler](https://bundler.io/) v2.2.5:
|
|
|
|
* `gem install bundler:2.2.5`
|
2020-02-24 10:43:50 -05:00
|
|
|
1. Install the required dependencies:
|
|
|
|
* `bundle install`
|
2021-02-22 11:47:35 -05:00
|
|
|
* `npm install`
|
2020-02-24 10:43:50 -05:00
|
|
|
1. Build the website (the output can be found in the `_site` directory):
|
2021-02-22 11:47:35 -05:00
|
|
|
* `npm run build`
|
2020-02-24 10:43:50 -05:00
|
|
|
1. Serve the website locally with live reloading:
|
2021-02-22 11:47:35 -05:00
|
|
|
* `npm run serve`
|