Skip to content

A D3 visualisations of web browsers commits

Notifications You must be signed in to change notification settings

mrego/CommitTracker

 
 

Repository files navigation

CommitTracker

An web application to show statistics about the Chromium, and related repositories.

Running the server locally.

Install yarn and run:

yarn
yarn pull-data
yarn generate-derived-data
yarn dev

Refresh data locally:

The data is refreshed every day automatically. You can pull new data using:

yarn pull-data
yarn generate-derived-data

Internally, you can produce new data using:

cd importer
npm install
npm run main
npm run users_info
npm run graph

About

A D3 visualisations of web browsers commits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 70.6%
  • JavaScript 17.8%
  • C++ 9.3%
  • TypeScript 1.6%
  • Other 0.7%