sandbox-node/fast-csv
dancingCycle dd24d78a86 chore(fast-csv): add index* 2024-01-26 10:55:18 +01:00
..
.gitignore doc(fast-csv): adjust readme.md 2024-01-26 10:08:21 +01:00
210211_TicketSort_2021.csv feat(fast-csv): initial commit 2022-08-24 16:11:29 +02:00
index-skip-rows.js chore(fast-csv): add index* 2024-01-26 10:55:18 +01:00
index.js feat(fast-csv): initial commit 2022-08-24 16:11:29 +02:00
index2.js chore(fast-csv): add index* 2024-01-26 10:55:18 +01:00
package-lock.json chore(fast-csv): update fast-csv.js version 2024-01-26 10:11:27 +01:00
package.json chore(fast-csv): update fast-csv.js version 2024-01-26 10:11:27 +01:00
readme.md doc(fast-csv): adjust readme.md 2024-01-26 10:08:21 +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