All about Florine! https://fwdekker.com/about/
Go to file
Florine W. Dekker 14d1f1bb6f
Remove explicit JavaScript to simplify build
2021-09-02 01:06:42 +02:00
src/main Remove explicit JavaScript to simplify build 2021-09-02 01:06:42 +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 Remove explicit JavaScript to simplify build 2021-09-02 01:06:42 +02:00
LICENSE Add socials and use Fork Awesome icons 2021-09-02 00:57:18 +02:00
README.md Initial commit 2021-04-22 18:12:04 +02:00
package-lock.json Remove explicit JavaScript to simplify build 2021-09-02 01:06:42 +02:00
package.json Remove explicit JavaScript to simplify build 2021-09-02 01:06:42 +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