This is the repository that powers gitstats.report.
The repo is organised as:
frontend
: This is a react application, deployed via Netlifybackend
: This is a serverless application, deployed to AWS Lambdashared
: 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:
- Run
npm run build
inside shared - Run
yarn add '../shared'
inside frontend or backend