From 5020f2aa7fea6fabfce3bd21d75ce0c5222b58d8 Mon Sep 17 00:00:00 2001 From: sheikhlimon Date: Sat, 4 Oct 2025 15:35:06 +0600 Subject: [PATCH] docs: remove redundant 'npm i' from setup instructions --- community/contributing-guidelines.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/community/contributing-guidelines.md b/community/contributing-guidelines.md index 0a10cbf4..ef8199ba 100644 --- a/community/contributing-guidelines.md +++ b/community/contributing-guidelines.md @@ -41,9 +41,6 @@ flowchart LR Once you have installed the dependencies, you can run the application locally using: ```bash - npm i - ``` - ```bash npm start ```