The privacy policy of my website.
https://fwdekker.com/privacy/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
src/main | 3 months ago | |
.editorconfig | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
Gruntfile.js | 9 months ago | |
LICENSE | 3 months ago | |
README.md | 2 years ago | |
package-lock.json | 3 months ago | |
package.json | 3 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