Template used for pages on fwdekker.com https://static.fwdekker.com/lib/template/
Go to file
Florine W. Dekker 6f15754c50
Allow HTML validation messages
2022-11-20 22:03:00 +01:00
src Allow HTML validation messages 2022-11-20 22:03:00 +01:00
.editorconfig Set up basic template 2020-05-02 23:02:42 +02:00
.gitattributes Set up basic template 2020-05-02 23:02:42 +02:00
.gitignore Fix footer overlap 2020-05-03 18:58:08 +02:00
Gruntfile.js Bundle modules together into one 2022-11-20 21:18:46 +01:00
LICENSE Update dependencies 2022-02-17 16:00:42 +01:00
README.md Bundle modules together into one 2022-11-20 21:18:46 +01:00
package-lock.json Experimentally sort-of migrate to pico.css 2022-11-19 01:31:37 +01:00
package.json Bundle modules together into one 2022-11-20 21:18:46 +01:00
tsconfig.json Additionally export storage.js from Minesweeper 2022-03-26 19:33:42 +01:00

README.md

FWDekker Template

The base template for pages on fwdekker.com.

This module contains templating functions (e.g. nav, footer), CSS libraries, and some common utility methods that are used on nearly all pages anyway.

Development

Requirements

Setting up

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

Building

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