An web application to show statistics about the Chromium, and related repositories.
Install yarn and run:
yarn
yarn pull-data
yarn generate-derived-data
yarn dev
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