ArthurSonzogni / ChromeCommitTracker

A D3 visualisations of Chrome commits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChromeCommitTracker

An web application to show statistics about the Chrome repository.

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 Chrome commits


Languages

Language:Vue 71.8%Language:C++ 12.7%Language:JavaScript 12.5%Language:TypeScript 2.1%Language:CMake 0.6%Language:Shell 0.3%