Main page for the /tools directory. https://fwdekker.com/tools/
Go to file
Florine W. Dekker 51f1fd8485
Update repository URL
2022-02-28 16:53:00 +01:00
src/main Update repository URL 2022-02-28 16:53:00 +01: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 Update repository URL 2022-02-28 16:53:00 +01:00
README.md Add tools page 2020-05-17 16:49:10 +02:00
package-lock.json Update repository URL 2022-02-28 16:53:00 +01:00
package.json Update repository URL 2022-02-28 16:53:00 +01: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