From fafa419c5d586e809b5b7b3c4a897f78ee9d3ae4 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Thu, 25 Aug 2022 06:23:05 +0200 Subject: [PATCH] feat(parse-csv-1252): adjust README --- parse-csv-1252/README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/parse-csv-1252/README.md b/parse-csv-1252/README.md index 609c330..ef5016b 100644 --- a/parse-csv-1252/README.md +++ b/parse-csv-1252/README.md @@ -1,25 +1,12 @@ -## 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 - -## Links - -* [Export PostgresSQL data to CSV file using Node.js](https://www.bezkoder.com/node-js-export-postgresql-csv-file/) \ No newline at end of file