This should update the README.md file to have instructions for a person setting up the project for the first time. Add step by step instructions starting with what dependencies are needed, and steps to get the website running.
Also add a How To Contribute section, something along these lines:
git clone
git switch -c "Your-Branch-Name"
// Work on your changes
git add ChangedFile1, ChangedFile2,...
git commit -m "Your change message"
git push -u origin Your-Branch-Name
Once changes are done, in GitHub open a PR
Add a note about which issue is being solved
Assign a reviewer
This should update the README.md file to have instructions for a person setting up the project for the first time. Add step by step instructions starting with what dependencies are needed, and steps to get the website running.
Also add a How To Contribute section, something along these lines:
git clone
git switch -c "Your-Branch-Name"
// Work on your changes
git add ChangedFile1, ChangedFile2,...
git commit -m "Your change message"
git push -u origin Your-Branch-Name
Once changes are done, in GitHub open a PR
Add a note about which issue is being solved
Assign a reviewer