Main page for the /tools directory. https://fwdekker.com/tools/
Go to file
Florine W. Dekker 861c552d57
Remove inline styles
2021-04-28 13:59:03 +02:00
src/main Remove inline styles 2021-04-28 13:59:03 +02:00
.editorconfig Add tools page 2020-05-17 16:49:10 +02:00
.gitattributes Add tools page 2020-05-17 16:49:10 +02:00
.gitignore Add tools page 2020-05-17 16:49:10 +02:00
Gruntfile.js Add Goatcounter and relocate some resources 2021-04-21 23:59:16 +02:00
LICENSE Add tools page 2020-05-17 16:49:10 +02:00
README.md Add tools page 2020-05-17 16:49:10 +02:00
package-lock.json Remove inline styles 2021-04-28 13:59:03 +02:00
package.json Remove inline styles 2021-04-28 13:59:03 +02:00

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