The privacy policy of my website. https://fwdekker.com/privacy/
Go to file
Florine W. Dekker 95c07d3db6
Remove mention of third-party resources
There are no pages that use third-party resources anymore as status.fwdekker.com now redirects to fwdkr.co/status, which clearly informs the user of the implications of the redirect.
2021-04-13 19:22:59 +02:00
src/main Remove mention of third-party resources 2021-04-13 19:22:59 +02:00
.editorconfig Add initial privacy policy 2020-09-15 15:09:37 +02:00
.gitattributes Add initial privacy policy 2020-09-15 15:09:37 +02:00
.gitignore Add initial privacy policy 2020-09-15 15:09:37 +02:00
Gruntfile.js Add "Analytics" and "Third-party resources" 2021-04-13 01:04:58 +02:00
LICENSE Add initial privacy policy 2020-09-15 15:09:37 +02:00
README.md Add initial privacy policy 2020-09-15 15:09:37 +02:00
package-lock.json Remove mention of third-party resources 2021-04-13 19:22:59 +02:00
package.json Remove mention of third-party resources 2021-04-13 19:22:59 +02:00

README.md

Privacy policy

The privacy policy for my website.

Development

Requirements

Setting up

# Install dependencies (only needed once)
$> npm ci

Building

# Build the privacy policy in `dist/` for development
$> npm run dev
# Same as above, but automatically rerun it whenever files are changed
$> npm run dev:server
# Build the privacy policy in `dist/` for deployment
$> npm run deploy