/hypertrons-crx-website

Official Website of Hypercrx

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Hypercrx Website

Content of https://crx.hypertrons.io/ website.

What is Hypercrx?

Hypercrx project aims at tracing, digging and gaining insight into the projects and developers you're interested in. We do this by inserting useful dashboards into GitHub pages. Hypercrx provides an effective way for digital operations and analysis of open source community.

Dashboards 🔥

You can find these dashboards in:

Entrance 1: GitHub User's Profile Page

Entrance 2: GitHub Repository Page

Project Releated

Project Correlation Network

Developer Collabration Network within Project

Project Activity & Influence Trend

  • Project Correlation Network: Project Correlation Network shows the correlation between projects for a given time period. From this graph you can find the projects that are related to the given project.

  • Developer Collabration Network within project: Developer Collabration Network within project shows the collaboration between active developers within the project for a given time period. From this graph you can find the active developers in the given project. What's more, you can find the collaborative relationships between these developers.

  • Project Activity & Influence Trend: The Project Activity and Influence Trend chart presents how the two metrics evolve since 2015. In the chart, you can zoom and drag using your mouse or touchpad, and you can toggle either of the data by clicking the legend buttons as well.

Developer Releated

Developer Collabration Network

Developer's Most Participated Repos

Developer's Activity & Influence Trend

  • Developer Collabration Network: Developer Collaboration Network shows the collaboration between developers for a given time period. From this graph you can find other developers who are closet to a given developer.
  • Developer's Most Participated Repos: Developer's Most Participated Repos shows the active projects of developers in a given time period. From this graph you can find out the most active repositories for a given developer.
  • Developer's Activity & Influence Trend:The Developer Activity and Influence Trend chart presents how the two metrics evolve since 2015. In the chart, you can zoom and drag using your mouse or touchpad, and you can toggle either of the data by clicking the legend buttons as well.

How to Contribute

Quickstart

git clone https://github.com/hypertrons/hypertrons-crx
cd hypertrons-crx
npm install
npm run watch
npm run web-ext

web-ext would open Chrome and load Hypertrons-crx into the browser automatically. And the default configuration of web-ext can be found in package.json:

{
  "webExt": {
    "sourceDir": "distribution",
    "run": {
      "keepProfileChanges": true,
      "chromiumProfile": "./test/web-ext-profile",
      "startUrl": ["https://github.com/hypertrons/hypertrons-crx"]
    }
  }
}

Q&A

Any type of contribution is welcome, you can submit Issue to report bugs or ask question。

For more information please refer to Contributing Guide.

Website Maintainers