From b9551c1fa886fffd75dd7543f0f1522dc8fc5ce9 Mon Sep 17 00:00:00 2001 From: Souradip Sen Date: Mon, 17 Apr 2023 21:26:54 +0530 Subject: [PATCH] Changing README file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1a15ee..97fc45a 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,8 @@ If you want to contribute: 1. Clone this repo. 2. `cd` into project directory 3. `npm install` -4. `npm run dev` +4. `npm i npm-run-all -D` (*optional --> might be required for some developers*) +5. `npm run dev` #### License This repository has been released under the [MIT License](LICENSE)