Template used for pages on fwdekker.com
https://static.fwdekker.com/lib/template/
Fixes #20. |
||
---|---|---|
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
package.json |
README.md
FWDekker Template
The base template for pages on fwdekker.com.
This module contains templating functions (e.g. header
, 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 template in `dist/` for development
$> npm run dev
# Run the `dev` task and automatically rerun it whenever files are changed
$> npm run dev:server
# Build the template in `dist/` for deployment
$> npm run deploy