From 13d6281672477f10b3b6221bf32cd4b27d15c6b0 Mon Sep 17 00:00:00 2001 From: Aditya <114663382+AaadityaG@users.noreply.github.com> Date: Tue, 26 Dec 2023 22:50:34 +0530 Subject: [PATCH 1/2] Update README.md (#1325) --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 0c550e88d..96c231b31 100644 --- a/README.md +++ b/README.md @@ -146,12 +146,27 @@ git clone https://github.com/narayan954/dummygram.git Dummygram has a single installation step: +- **Go to dummygram directory**: + +```sh + +cd dummygram + +``` + - **Install the dependencies**: ```sh npm install +``` +
OR
+ +```sh + +yarn install + ``` You've now finished installing everything! Let's start :100: @@ -162,6 +177,13 @@ Ps: if you're getting error installing the dependencies, try --force command alo npm install --force +``` +OR
+ +```sh + +yarn --force + ``` Now you're ready to run the app locally and sign into your local instance! @@ -174,6 +196,13 @@ To Start the development server run ```sh npm start +``` +OR
+ +```sh + +yarn start + ``` From 424f45632cb87472d4f4eeabe269ec255cd12b9c Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 22:53:58 +0530 Subject: [PATCH 2/2] style: format code with Prettier (#1327) This commit fixes the style issues introduced in 13d6281 according to the output from Prettier. Details: None Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 96c231b31..016cee6a7 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ cd dummygram npm install ``` +OR
```sh @@ -178,6 +179,7 @@ Ps: if you're getting error installing the dependencies, try --force command alo npm install --force ``` +OR
```sh @@ -197,6 +199,7 @@ To Start the development server run ```sh npm start ``` +OR
```sh