ak736 / project-marketplace

https://the-project-marketplace.vercel.app/
19 stars 37 forks source link

Updating the README.md file by adding a section on running the project after cloning it. #123

Open rks-031 opened 1 year ago

rks-031 commented 1 year ago

To run this project:

  1. Fork the project and clone it on your device using Github Desktop or running the command: git clone [https://github.com/ak736/project-marketplace.git]
  2. Open your terminal
  3. Go to the client directory using the command: cd .\client\
    1. Run the command: npm run dev
  4. A message will be displayed: VITE v4.2.1 ready in $ ms
  5. Click on the localhost link provided below

A screenshot of the above steps is shown below:

run


Thus, these all steps need to be mentioned by adding a specific section in the README.md file as shown below:

image