shivamsouravjha / stock-frontend

https://www.stocksight.online/
9 stars 19 forks source link

Update readme for yarn based set-up #40

Closed Abhi-m-anue closed 1 month ago

Abhi-m-anue commented 1 month ago

The installation guide in readme tells to use npm to run the project locally. But the project uses yarn (as i see yarn.lock file). This is conflicting. Update the readme file or switch to npm.

shivamsouravjha commented 1 month ago

Npm run dev also starts the project just leaves behind a package.json file

Abhi-m-anue commented 1 month ago

I was trying to set-up shadcn UI, and it has some dependencies to install. If someone uses npm to install any additional package it will try to create a package.lock.json file which conflict with the already existing yarn.lock file

shivamsouravjha commented 1 month ago

cool better to update the readme for yarn based setup then.