Bot-Rakshit / bm_frontend

Frontend repository of Samay Raina's chess community website
https://www.bmsamay.com/
MIT License
101 stars 60 forks source link

updated readme file #6

Closed itsnileshgosavi closed 3 months ago

itsnileshgosavi commented 3 months ago

Changed the readme file so that it contains proper commands and Proper Repo name and features

vercel[bot] commented 3 months ago

@itsnileshgosavi is attempting to deploy a commit to the singhrakshitofficial-gmailcom's projects Team on Vercel.

A member of the Team first needs to authorize it.

Bot-Rakshit commented 3 months ago

not npm its pnpm

itsnileshgosavi commented 3 months ago

bro npm also works. does it matter which package manager we use? also npm is way more popular than pnpm. npm comes built in with node.js so we don't have to install it separately.

vanshshah commented 3 months ago

bro npm also works. does it matter which package manager we use? also npm is way more popular than pnpm. npm comes built in with node.js so we don't have to install it separately.

pnpm is much faster and uses less disk space than npm because it creates a single store for all packages. It also has better performance for large projects due to its unique linking mechanism. Try manually running both on a freshly cloned repo and check the time it takes; pnpm is much faster.

itsnileshgosavi commented 3 months ago

bro npm also works. does it matter which package manager we use? also npm is way more popular than pnpm. npm comes built in with node.js so we don't have to install it separately.

pnpm is much faster and uses less disk space than npm because it creates a single store for all packages. It also has better performance for large projects due to its unique linking mechanism. Try manually running both on a freshly cloned repo and check the time it takes; pnpm is much faster.

I have put them both haven't I? Let the people decide which one they want to go with.