Main page for the /tools directory. https://fwdekker.com/tools/
Go to file
Florine W. Dekker 872a09b9a9
Add Goatcounter and relocate some resources
2021-04-21 23:59:16 +02:00
src/main Add Goatcounter and relocate some resources 2021-04-21 23:59:16 +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 Use default file structure in src/ 2021-04-16 00:58:37 +02:00
package.json Add Goatcounter and relocate some resources 2021-04-21 23:59:16 +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