All about Florine! https://fwdekker.com/about/
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.
 
 
 
Florine W. Dekker 92032f1a6f
Use sticky personalia bar
3 months ago
src/main Use sticky personalia bar 3 months ago
.editorconfig Initial commit 2 years ago
.gitattributes Initial commit 2 years ago
.gitignore Initial commit 2 years ago
Gruntfile.js Upgrade to template v3 4 months ago
LICENSE Don't update dependencies 1 year ago
README.md Initial commit 2 years ago
package-lock.json Upgrade to template v3 4 months ago
package.json Use sticky personalia bar 3 months ago

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