The privacy policy of my website.
https://fwdekker.com/privacy/
Statistics on fwdkr.co are collected through GoatCounter like on any other page. |
||
---|---|---|
src/main | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
package.json |
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