Time based views for Github project activity.
youdid allows you to view prs and commits for a given github project, user, branch and time period.
-
Create yourself a github app token by following these instructions.
-
Add the token to the
GITHUB_APP_TOKEN
environment variable as you would normally do or by adding it to the.env
file (see.env.template
as an example).
cd youdid; npm install
npm run serve
npm run start-server
npm run build
npm run build-start-server