Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.68 KB

CONTRIBUTING.md

File metadata and controls

41 lines (30 loc) · 2.68 KB

Contribute to the RERUM Website

██████╗ ███████╗██████╗ ██╗   ██╗███╗   ███╗
██╔══██╗██╔════╝██╔══██╗██║   ██║████╗ ████║
██████╔╝█████╗  ██████╔╝██║   ██║██╔████╔██║
██╔══██╗██╔══╝  ██╔══██╗██║   ██║██║╚██╔╝██║
██║  ██║███████╗██║  ██║╚██████╔╝██║ ╚═╝ ██║
╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝ ╚═════╝ ╚═╝     ╚═╝

❤️ Thank You

Thank you for considering a contribution to this site! The main branch is protected and you cannot push to it.

You can always contact the developers:

Ready to Install It And Run It!

OK! This is a static website that can run straight off of your filesystem or from within any web server. Make sure Git is installed on your machine. You will use Git to install the website.

Once you know where the website folder will be use Git to clone the website into that folder.

cd /code_folder/
git clone https://github.com/CenterForDigitalHumanities/rerum.git rerum_website

Now you have main on your local machine and can open the HTML pages! As you make changes, they will appear on these pages.

🎉 Ready to Start Contributing!

First, make a new branch through the GitHub interface or through your shell. Make sure you 'checkout' that branch.

cd /code_folder/rerum_website
git checkout my_new_branch

Now you can make code changes and see them in real time! When you are finished with the commits to your new branch, open a Pull Request that targets the main branch at https://github.com/CenterForDigitalHumanities/rerum/tree/main.