Github Repo Component
A small component that displays information about a Github repository
Demonstration
Useage
import GitHubRepo from "@site/src/components/GitHubRepo";
// Just provide the owner and repository name
<GitHubRepo owner="Casta-mere" repo="My-Website" />;
This article is licensed under CC 4.0 BY-SAExternal Link

