sandbox-node/csv-parse-sync
dancingCycle 16910e7f3e chore(csv-parse-sync): initial commit 2024-01-26 11:58:20 +01:00
..
.gitignore chore(csv-parse-sync): initial commit 2024-01-26 11:58:20 +01:00
Bob3von2_nochmal.csv chore(csv-parse-sync): initial commit 2024-01-26 11:58:20 +01:00
index.js chore(csv-parse-sync): initial commit 2024-01-26 11:58:20 +01:00
package-lock.json chore(csv-parse-sync): initial commit 2024-01-26 11:58:20 +01:00
package.json chore(csv-parse-sync): initial commit 2024-01-26 11:58:20 +01:00
readme.md chore(csv-parse-sync): initial commit 2024-01-26 11:58:20 +01:00

readme.md

Overview

tbc

Preparation

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

npm i

Development setup

Run the following command to start the service in development mode.

DEBUG=debug npm run dev

Production deployment

tbc

Links