-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README for Improved Contributor Guidelines #21
Labels
good first issue
Good for newcomers
gssoc
This label is attached to the issues related to Gssoc'24
level1
Comments
please assign this issue to me @VanshKing30 i will fix this asap |
VanshKing30
added
documentation
good first issue
Good for newcomers
gssoc
This label is attached to the issues related to Gssoc'24
level1
labels
May 10, 2024
@Evadshell, I'm assigning you this issue. Please solve it and create a pull request. Thanks! |
Evadshell
added a commit
to Evadshell/FoodiesWeb
that referenced
this issue
May 10, 2024
Updated the README file to provide clearer instructions for contributors on setting up and running the server. Included step-by-step guidance for navigating to the server directory, installing dependencies with npm i, and running the server with nodemon server.js. Additionally, suggested the use of split terminals for better organization and clarity during the setup process. This update aims to improve the onboarding experience for new contributors, reduce confusion and errors during server setup, and increase efficiency in development workflows.
Evadshell
added a commit
to Evadshell/FoodiesWeb
that referenced
this issue
May 10, 2024
Updated the README file to provide clearer instructions for contributors on setting up and running the server. Included step-by-step guidance for navigating to the server directory, installing dependencies with npm i, and running the server with nodemon server.js. Additionally, suggested the use of split terminals for better organization and clarity during the setup process. This update aims to improve the onboarding experience for new contributors, reduce confusion and errors during server setup, and increase efficiency in development workflows.
Evadshell
added a commit
to Evadshell/FoodiesWeb
that referenced
this issue
May 10, 2024
Update README for Improved Contributor Guidelines VanshKing30#21
please check sir i've updated it! |
VanshKing30
added a commit
that referenced
this issue
May 11, 2024
Update README for Improved Contributor Guidelines #21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
gssoc
This label is attached to the issues related to Gssoc'24
level1
Description:
The current README of the FoodiesWeb project lacks clear instructions for contributors, particularly regarding setting up and running the server. Currently, users need to navigate to the server directory, run npm i, and then run nodemon server.js. This process can be confusing, especially for new contributors. We need to update the README to provide clear, step-by-step instructions for setting up and running the server, possibly utilizing split terminals for better clarity.
Proposed Changes:
Revise the contributor guidelines section in the README to include clear instructions for setting up and running the server.
Provide step-by-step instructions, including navigating to the server directory, installing dependencies with npm i, and running the server with nodemon server.js.
Consider suggesting the use of split terminals for better organization and clarity during the setup process.
Expected Benefits:
-Improved onboarding experience for new contributors.
-Reduced confusion and errors during the setup and running of the server.
-Increased efficiency in development workflows.
The text was updated successfully, but these errors were encountered: