mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-11-14 01:00:47 -05:00
Protect your data against global mass surveillance programs.
|
|
||
|---|---|---|
| .github | ||
| .well-known | ||
| _data | ||
| _includes | ||
| _layouts | ||
| _sass | ||
| assets | ||
| collections | ||
| legacy_pages | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| .ruby-version | ||
| 404.html | ||
| _config.yml | ||
| blog.html | ||
| Gemfile | ||
| Gemfile.lock | ||
| index.html | ||
| LICENSE.txt | ||
| notices.md | ||
| package-lock.json | ||
| package.json | ||
| privacy-policy.md | ||
| README.md | ||
Developing
- Install the version of Ruby currently specified by
.ruby-version - Install node.js and npm
- Install Bundler v2.2.5:
gem install bundler:2.2.5
- Install the required dependencies:
bundle installnpm install
- Build the website (the output can be found in the
_sitedirectory):npm run build
- Serve the website locally with live reloading:
npm run serve