Welcome to the GH Insights project! This project aims to provide insights and analytics for GitHub repositories.
GH Insights is a tool designed to help developers and project managers gain valuable insights into their GitHub repositories. It provides various metrics and visualizations to help understand the health and activity of a team.
To install GH Insights, follow these steps:
- Clone the repository:
git clone https://github.com/gsanchietti/gh-insights.git
- Navigate to the project directory:
cd gh-insights - Install Hugo, on Linux:
wget https://github.com/gohugoio/hugo/releases/download/v0.139.3/hugo_extended_0.139.3_Linux-64bit.tar.gz tar xvzf hugo_extended_0.139.3_Linux-64bit.tar.gz hugo rm -f hugo_extended_0.139.3_Linux-64bit.tar.gz
- Setup the site:
cd site ../hugo build
Start, Hugo dev server:
cd site
../hugo serverAdGenerate content:
./build.shWe welcome contributions to GH Insights! If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes and push them to your fork.
- Submit a pull request with a description of your changes.
This project is licensed under the GPL License. See the LICENSE file for more details.