alvarotorrestx / DevConnect

DevConnect is an open-source MERN stack project aimed at creating a specialized network for developers. This platform will enable developers to connect, blog, share knowledge, and stay updated on hiring opportunities.
MIT License
1 stars 1 forks source link

Add detailed installation instructions for frontend and backend #4

Closed medelm1 closed 3 months ago

medelm1 commented 3 months ago

This pull request adds comprehensive installation instructions to the README.md file. The following sections have been added:

  1. Steps on forking the project.
  2. Installation instructions for the frontend.
  3. Installation instructions for the backend.
  4. Instructions on how to run the application.

These additions will help new contributors set up the project more easily.

Changes:

Please review and let me know if any further adjustments are needed. Thank you!

medelm1 commented 3 months ago

Sure! Rest assured.

medelm1 commented 3 months ago

The following changes have been made:

  1. Updated the forking instructions to replace "alvarotorrestx" with "yourgithubprofile" to avoid confusion.
  2. Added a note to specify that the frontend runs on port 5173.
  3. Added a note to specify that the backend runs on port 3000.

Please review and let me know if any further adjustments are needed. Thank you!