This project provides a web-based dashboard for visualizing and interacting with repositories from the BeLux InnerSource Clinic organization on GitHub. The dashboard offers an overview of the repositories, contributors, and overall work done in the organization.
Example of the dashboard:
You can access the website here.
Instructions on how to install and set up the project locally.
# Clone the repository
git clone https://github.com/your-username/belux-innersource-clinic-dashboard.git
# Navigate to the project directory
cd belux-innersource-clinic-dashboardOpen the index.html file in your web browser:
open index.html- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
This project is licensed under the MIT License.
Your Name - tom.claes@microsoft.com
Project Link: https://github.com/your-username/belux-innersource-clinic-dashboard
