The privacy policy of my website. https://fwdekker.com/privacy/
Go to file
Florine W. Dekker bc8b36d9f8
Rename sidebar class
Old name has been deprecated by template.
2022-11-23 12:14:09 +01:00
src/main Rename sidebar class 2022-11-23 12:14:09 +01: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 Remove explicit JavaScript to simplify build 2021-09-02 01:05:49 +02:00
LICENSE Adjust contact email 2022-02-17 18:15:18 +01:00
README.md Add initial privacy policy 2020-09-15 15:09:37 +02:00
package-lock.json Upgrade to template v3 2022-11-20 23:16:12 +01:00
package.json Rename sidebar class 2022-11-23 12:14:09 +01: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