diff --git a/README.md b/README.md index 0c550e88d..016cee6a7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -154,6 +162,14 @@ npm install ``` +

OR

+ +```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 @@ -164,6 +180,14 @@ npm install --force ``` +

OR

+ +```sh + +yarn --force + +``` + Now you're ready to run the app locally and sign into your local instance! ### Running the app locally @@ -176,6 +200,14 @@ To Start the development server run npm start ``` +

OR

+ +```sh + +yarn start + +``` +
## Testing