Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjunattam/gitstats
Weekly git stats for your engineering team
https://github.com/arjunattam/gitstats
d3 engineering git productivity react statistics stats team typescript
Last synced: about 1 month ago
JSON representation
Weekly git stats for your engineering team
- Host: GitHub
- URL: https://github.com/arjunattam/gitstats
- Owner: arjunattam
- License: gpl-3.0
- Created: 2018-07-08T10:34:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T10:24:59.000Z (about 6 years ago)
- Last Synced: 2024-10-18T07:17:36.739Z (3 months ago)
- Topics: d3, engineering, git, productivity, react, statistics, stats, team, typescript
- Language: TypeScript
- Homepage: https://gitstats.report
- Size: 1.43 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitstats
This is the repository that powers [gitstats.report](https://gitstats.report).
## Code
The repo is organised as:
- `frontend`: This is a react application, deployed via Netlify
- `backend`: This is a serverless application, deployed to AWS Lambda
- `shared`: This contains typescript interface definitions that are shared between frontend and backendThe `shared` components are not automatically updated after changes. Whenever shared code is changed:
1. Run `npm run build` inside shared
2. Run `yarn add '../shared'` inside frontend or backend