| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A web application that analyzes GitHub repositories to assess team collaboration and development culture. View detailed metrics about pull requests, issues, and contributor activity through an interactive dashboard.
Clone and install:
git clone https://github.com/ChrisTimperley/commit-culture.git
cd commit-culture
npm installConfigure GitHub token (optional but recommended):
# Create environment file
echo "GITHUB_TOKEN=your_github_token_here" > .envStart the application:
npm run devOpen your browser to http://localhost:3000
For private repositories and higher rate limits, create a Personal Access Token:
This project includes VS Code DevContainer configuration for a complete development environment.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
| Back | FazBrowse Home | New Git URL |