Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Simple web dashboard for highlighting open source activity & contributions made by people in your GitHub organization, or on a specific team.

Notifications You must be signed in to change notification settings

detroit-labs/oss-team-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSS Team Dashboard

Simple web dashboard for highlighting open source activity & contributions made by people in your GitHub organization, or on a specific team.

Local Setup

To setup the project to run locally during development, create a file named .env at the root of the project directory, and populate the following ENV vars:

GITHUB_ACCESS_TOKEN="q1w2e3r4t5y6u7i8o9p0a1s2d3f4g5h6j7k8l9z0"
GITHUB_TEAM_ID=12345
REDIS_URL="redis://u:p@[email protected]:13649"

Running Locally

To run the web app locally:

$ ruby app.rb

To run the data refresh script that gathers GitHub activity stats:

$ ./bin/refresh-data

About

Simple web dashboard for highlighting open source activity & contributions made by people in your GitHub organization, or on a specific team.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 53.6%
  • HTML 21.8%
  • CSS 17.6%
  • JavaScript 7.0%