From bb466232ef8ea20f1ab3c516098e50b942131f3b Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Mon, 6 Jun 2022 11:57:28 +0200 Subject: [PATCH] refacator(request): rm meta file --- request/README.md~ | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 request/README.md~ diff --git a/request/README.md~ b/request/README.md~ deleted file mode 100644 index 671f8ba..0000000 --- a/request/README.md~ +++ /dev/null @@ -1,22 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2021 Stefan Begerad - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ -## Overview -Download file using request.js - -## 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,request -``` -Run the following command in your favorite terminal to start the service in development mode. -``` -npm run dev -```