Update of Commands in README.md
The instructions for setting up and running the code has been improved in the README.md file to ensure ease and effectiveness of use. Specifically, the old command npm run install has been updated to npm install. Similarly, npm run watch has been adjusted to npm run dev, leading to a smoother and more user-friendly experience.
PR Summary
npm run install
has been updated tonpm install
. Similarly,npm run watch
has been adjusted tonpm run dev
, leading to a smoother and more user-friendly experience.