sandbox-node/fast-csv
dancingCycle efea20b3d0 feat(fast-csv): initial commit 2022-08-24 16:11:29 +02:00
..
210211_TicketSort_2021.csv feat(fast-csv): initial commit 2022-08-24 16:11:29 +02:00
README.md feat(fast-csv): initial commit 2022-08-24 16:11:29 +02:00
index.js feat(fast-csv): initial commit 2022-08-24 16:11:29 +02:00
package-lock.json feat(fast-csv): initial commit 2022-08-24 16:11:29 +02:00
package.json feat(fast-csv): initial commit 2022-08-24 16:11:29 +02: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 if you fancy log messages for debugging.

export DEBUG=$DEBUG,debug

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

npm run dev

Production deployment

tbc