in order to run the project you need to first of all use the commands mentioned below:

  1. npm install ----> to install the package.json dependencies.
  2. run the npm run dev commansd to intiate the project running process in development mode.
  3. follow the link http://localhost:3000 to run the project locally.