All about Florine! https://fwdekker.com/about/
Go to file
Florine W. Dekker 9dbe3dfae6
Update PGP section for clarity and brevity
2024-04-24 11:02:49 +02:00
src/main Update PGP section for clarity and brevity 2024-04-24 11:02:49 +02:00
.editorconfig Initial commit 2021-04-22 18:12:04 +02:00
.gitattributes Initial commit 2021-04-22 18:12:04 +02:00
.gitignore Initial commit 2021-04-22 18:12:04 +02:00
Gruntfile.js Upgrade to template v3 2022-11-21 18:24:49 +01:00
LICENSE Don't update dependencies 2022-02-17 16:07:57 +01:00
README.md Initial commit 2021-04-22 18:12:04 +02:00
package-lock.json Update PGP section for clarity and brevity 2024-04-24 11:02:49 +02:00
package.json Update PGP section for clarity and brevity 2024-04-24 11:02:49 +02:00

README.md

About

The about page on my website.

Development

Requirements

Setting up

# Install dependencies (only needed once)
$> npm ci

Building

# Build the about page in `dist/` for development
$> npm run dev
# Same as above, but automatically rerun it whenever files are changed
$> npm run dev:server
# Build the about page in `dist/` for deployment
$> npm run deploy