sandbox-node/compare-files
renovate[bot] f1d59ad8f4 chore(deps): update dependency nodemon to v2.0.19 2022-07-21 13:41:55 +02:00
..
.gitignore feat(compare-files): initial commit 2022-06-06 13:54:29 +02:00
README.md feat(compare-files): initial commit 2022-06-06 13:54:29 +02:00
README.md.license feat(compare-files): initial commit 2022-06-06 13:54:29 +02:00
files.js feat(compare-files): initial commit 2022-06-06 13:54:29 +02:00
index.js feat(compare-files): initial commit 2022-06-06 13:54:29 +02:00
package.json chore(deps): update dependency nodemon to v2.0.19 2022-07-21 13:41:55 +02:00

README.md

Overview

Compare files

Preparation

Run the following command in your favorite terminal to install dependenies.

npm i

Development setup

Run the following command in your favorite terminal if you fancy log messages for debugging.

export DEBUG=$DEBUG,debug

Run the following command in your favorite terminal to start the service in development mode.

npm run dev