Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 backend

The `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