Main page for the /tools directory. https://fwdekker.com/tools/
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 a9575921b5
Upgrade to template v3
4 months ago
src/main Upgrade to template v3 4 months ago
.editorconfig Add tools page 3 years ago
.gitattributes Add tools page 3 years ago
.gitignore Add tools page 3 years ago
Gruntfile.js Upgrade to template v3 4 months ago
LICENSE Update repository URL 1 year ago
README.md Add tools page 3 years ago
package-lock.json Upgrade to template v3 4 months ago
package.json Upgrade to template v3 4 months ago

README.md

Tools

Main page for the /tools directory.

Development

Requirements

Setting up

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

Building

# Build the 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 page in `dist/` for deployment
$> npm run deploy