An web application to show statistics about web browsers commits, and related libraries.
Feel free to contribute to this project. You can open an issue for suggesting new visualizations, new data sources, or any other idea. You can also open a pull request to fix a bug, or to add a new feature.
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
You can produce new data using:
cd importer
npm install
# Fetch new data.
npm run fetch_data # Import new commits.
npm run treemap # Count source code specific lines.
npm run graph # Generate developers interactions graph.
npm run fuzztest # Retrieve new fuzz tests from sources.
npm run cve # Fetch new CVE data.
# Pre-compute derived data.
npm run derive_data