# github-statistics **Repository Path**: mirrors_vesoft-inc/github-statistics ## Basic Information - **Project Name**: github-statistics - **Description**: A react static app for displaying github repo statistics like Star History, Fork History and more. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-12 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ---

GitHub Statistics

--- ![trynow](https://img.shields.io/badge/TRY-NOW-green?url=https://vesoft-inc.github.io/github-statistics/) ![GitHub stars](https://img.shields.io/github/stars/vesoft-inc/github-statistics?style=social) ![GitHub forks](https://img.shields.io/github/forks/vesoft-inc/github-statistics?style=social) ![GitHub issues](https://img.shields.io/github/issues/vesoft-inc/github-statistics) ![GitHub pull requests](https://img.shields.io/github/issues-pr/vesoft-inc/github-statistics) # Screenshots # Start ![Image of Yaktocat](/src/image/WX20190912-172947.png) # Commit ![Image of Yaktocat](/src/image/WX20190912-173245.png) # Features - [x] Repository overview - [x] Star history - [x] Fork history - [x] Commit history (recent year) - [x] Release assets (newest tag) # Contributions ![contributions](https://img.shields.io/badge/Contributions-are_welcomed-green)
If you have any suggestions of comments on either current codes or features, do not heisitate to create issues/PRs to let us know. Feature requests are also warmly welcomed. # Development 1. clone repo. ```shell git clone https://github.com/vesoft-inc/github-statistics.git ``` 2. install npm modules. ```shell cd github-statistics npm install ``` 3. **MUST SET** `YOUR_GITHUB_API_TOKEN` in the [.env](./.env) file. Read [Creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) to create token if you don't have one. 4. runs the app in the development mode, open [http://localhost:3000](http://localhost:3000) to view it in the browser. ```shell npm start ``` Build the app for production to the `build` folder.
```shell npm run build ``` ---

# Made with ❤️ by vesoft-inc #

---