From 7ecb89c0c9a60027a3c479a462f9369cd6a61450 Mon Sep 17 00:00:00 2001 From: sahilambre Date: Tue, 22 Sep 2020 16:15:40 +0530 Subject: [PATCH] :memo: Add steps to run locally #33 --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a59bbe..988f077 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,21 @@ Github status - +
+ +## **How to run code locally** + +1. Clone the repository + +2. Download all the **packages** and it's **dependencies**. Open the terminal and type + +`npm install` + +3. Create `.env` file and insert proper key values (refer `.env.sample`). + +4. To start the server run + +`npm run startDev`