vedangj044 / just-calling-random-api

React app to call various APIs. A place for new contributors to learn how to consume their APIs and contribute to open-source. Part of Hacktoberfest.
https://vedangj044.github.io/just-calling-random-api/
MIT License
25 stars 55 forks source link

docs: add some command for yarn user #7

Closed mukhlisakbr closed 3 years ago

vedangj044 commented 3 years ago

I feel this addition should be more verbose, and yarn and yarn install both are required to install dep. Can you verify that ?

mukhlisakbr commented 3 years ago

I feel this addition should be more verbose, and yarn and yarn install both are required to install dep. Can you verify that ?

running yarn without command/flags will install deps as default, same as running yarn install

you can read more in their docs here https://yarnpkg.com/lang/en/docs/cli/install/

vedangj044 commented 3 years ago

Okay, I would merge it. I don't have any experience with YARN, so i was doubtful.