Slightly expand README

This commit is contained in:
Florine W. Dekker 2022-09-19 16:03:39 +02:00
parent bf1bfdc079
commit f488517186
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
3 changed files with 8 additions and 3 deletions

View File

@ -4,6 +4,11 @@ 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.
The main functionality is provided in `template.js` and `template.css`.
There also exist optional modules for easily reusing common code.
Modules should be loaded after `template.js` and `template.css`.
Currently, the only module is `storage.js` for interfacing with local storage.
## Development
### Requirements

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "@fwdekker/template",
"version": "2.7.1",
"version": "2.7.2",
"description": "The base template for pages on fwdekker.com.",
"author": "Florine W. Dekker",
"license": "MIT",
@ -34,9 +34,9 @@
"grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0",
"grunt-webpack": "^5.0.0",
"ts-loader": "^9.3.1",
"ts-loader": "^9.4.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"typescript": "^4.8.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}