From 2d6d8ce2be2aa0c1ef0bc8bf69bbd1ba369f66e2 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:25:45 +0530 Subject: [PATCH] update run command --- docs/docs/contribute/INSTALLATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contribute/INSTALLATION.md b/docs/docs/contribute/INSTALLATION.md index 53acb057b..70d388edb 100644 --- a/docs/docs/contribute/INSTALLATION.md +++ b/docs/docs/contribute/INSTALLATION.md @@ -33,7 +33,7 @@ Below are the steps to follow - ``` - Run the project locally using ``` - npm run start + npm run start-dev ``` You should be able to access the application from http://localhost:3000 after this. Create an account by signing-up and start contributing.