-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for Modern Implementations (#75)
* Get these pieces right * GH logos * GH logos * GH logos * GH logos * http to https updates. links to TinyThings and RERUM API documentation. * Add CONTRIBUTING, link to it from README * touch up readme * touch up contributing * Java is now NodeJS * Update readme.md * Update readme.md * dev cards * Dev cards, shorter readme blurbs, audience added to readme blurbs * Dev cards, shorter readme blurbs, audience added to readme blurbs * touch ups * type the code snippets * touch up * changes from deep read * changes from deep read * changes from deep read * changes from deep read * open source statement * open source statement * os statement here too * no need for important * Changes requested from @cubap review * as as
- Loading branch information
Showing
11 changed files
with
154 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# 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: | ||
* [Patrick Cuba](https://github.com/orgs/CenterForDigitalHumanities/people/cubap), IT Architect. [email protected] <br>![Github stats](https://github-readme-stats.vercel.app/api?username=cubap&theme=highcontrast&show_icons=true&count_private=true) | ||
* [Bryan Haberberger](https://github.com/orgs/CenterForDigitalHumanities/people/thehabes), Full-Stack Developer. [email protected] <br>![Github stats](https://github-readme-stats.vercel.app/api?username=thehabes&theme=highcontrast&show_icons=true&count_private=true) | ||
* [Research Computing Group at Saint Louis Univsersity](https://github.com/CenterForDigitalHumanities) -- [email protected] | ||
|
||
## 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. | ||
|
||
```shell | ||
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](https://github.com/CenterForDigitalHumanities/rerum/) or through your shell. Make sure you 'checkout' that branch. | ||
|
||
```shell | ||
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](https://github.com/CenterForDigitalHumanities/rerum/tree/main). |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters