Skip to content

Commit

Permalink
Update README.md (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaadityaG authored Dec 26, 2023
1 parent 04396dd commit 13d6281
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
<p align="center">OR</p>

```sh

yarn install

```

You've now finished installing everything! Let's start :100:
Expand All @@ -162,6 +177,13 @@ Ps: if you're getting error installing the dependencies, try --force command alo

npm install --force

```
<p align="center">OR</p>

```sh

yarn --force

```

Now you're ready to run the app locally and sign into your local instance!
Expand All @@ -174,6 +196,13 @@ To Start the development server run

```sh
npm start
```
<p align="center">OR</p>

```sh

yarn start

```

<div align="center"><img height="200px" src="https://user-images.githubusercontent.com/77617189/192947926-37284128-9965-46a4-b29b-c75e47b2f76b.svg" /></div>
Expand Down

0 comments on commit 13d6281

Please sign in to comment.