Visit https://r3developer.github.io/ to view rendered repository. The page contains a listing of repositories that are open source and maintained by R3 Developers.
- Clone the repository and checkout a new branch.
$ git clone https://r3dev.github.io
$ git checkout -b branch_name
- Update the files you'd like to change.
- Push the changes upstream.
$ git add filename1 filename2
$ git commit -m "add your message here"
$ git push origin branch_name
- View your branch in Github and create a Pull Request.
To have a new repository show up at r3developer.github.io, a change to repos.js file is required.
- To add all the repositories inside a Github organization: Add a new entry to repos.js, specify the repo category, name, URL, watchers, fork, language, and description:
{
"category": "samples",
"name": "Features Java",
"url": "https://github.com/corda/samples-java/tree/master/Features",
"watchers": 30,
"forks": 70,
"language": "Java",
"description": "This repository contains multiple sample apps, from CorDapps that help you get started, all the way to demonstrating specific features and advanced usage."
}
Open the cloned repository using your terminal and run:
npm i -g http-server
Then:
http-server
Select available server. For example: http://127.0.0.1:8080