A real-time dashboard that tracks and visualizes development trends from GitHub. This project consists of two main components:
github-dev-trends/
├── dashboard/ # Frontend dashboard application
├── moose-backend/ # Backend services
└── README.md # Project documentation
This project aims to provide insights into GitHub development trends by collecting and visualizing data about repositories, programming languages, frameworks, and other development patterns.
- Node v20+
- Docker Desktop
- Clone the repository:
npx create-moose-app GitHubDevTrends github-dev-trends
cd github-dev-trends- Set up the backend:
cd moose
npm install- Set up the frontend dashboard:
cd dashboard
npm install- Start the application:
npm run dev
## Usage
Once you successfully spin up your Moose dev server, it will automatically start the workflow that polls the GitHub events API for the latest events.
You can then view the dashboard by navigating to `http://localhost:3000` in your browser.