The privacy policy of my website. https://fwdekker.com/privacy/
Go to file
Florine W. Dekker 0bacdf1c7c
Use new template system
2021-04-16 01:00:36 +02:00
src/main Use new template system 2021-04-16 01:00:36 +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 Use new template system 2021-04-16 01:00:36 +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 Use new template system 2021-04-16 01:00:36 +02:00
package.json Use new template system 2021-04-16 01:00:36 +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