Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 385 Bytes

ReadMe.md

File metadata and controls

12 lines (9 loc) · 385 Bytes

GitHub Infos

Here is an example of Web Component which displays some informations about a GitHub repository

You can find the related blog article here: (link soon)

Installation

You need to serve the index.html file with a simple web server. You can use Python for that:

> python3 -m http.server 8001

Then, just open http://localhost:8001