The privacy policy of my website. https://fwdekker.com/privacy/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Florine W. Dekker 9532d6929d
Remove outdated fwdkr.co section
Statistics on fwdkr.co are collected through GoatCounter like on any other page.
2 months ago
src/main Remove outdated fwdkr.co section 2 months ago
.editorconfig Add initial privacy policy 3 years ago
.gitattributes Add initial privacy policy 3 years ago
.gitignore Add initial privacy policy 3 years ago
Gruntfile.js Remove explicit JavaScript to simplify build 2 years ago
LICENSE Adjust contact email 1 year ago
README.md Add initial privacy policy 3 years ago
package-lock.json Remove outdated fwdkr.co section 2 months ago
package.json Remove outdated fwdkr.co section 2 months ago

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