Show github contributions for all repos of an org
https://github-contributions.netlify.app
Build JSON
GITHUB_TOKEN=123... ORG=someOrgOrUsername make build
Serve app
make serve
Visit http://localhost:3000/
Build Docker
docker build -f Dockerfile -t github-contributions .
Build JSON
docker run --env-file .env github-contributions