Skip to content

Commit

Permalink
Merge branch 'master' into responsive-login-page
Browse files Browse the repository at this point in the history
  • Loading branch information
narayan954 committed Dec 26, 2023
2 parents a67a6e2 + 424f456 commit 5cfeac3
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,14 @@ 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
Expand All @@ -154,6 +162,14 @@ npm install

```

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

```sh

yarn install

```

You've now finished installing everything! Let's start :100:

Ps: if you're getting error installing the dependencies, try --force command along with npm install. For example
Expand All @@ -164,6 +180,14 @@ 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!

### Running the app locally
Expand All @@ -176,6 +200,14 @@ To Start the development server run
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>

## Testing
Expand Down

0 comments on commit 5cfeac3

Please sign in to comment.