GitHub Statistics
---- Repository overview
- Star history
- Fork history
- Commit history (recent year)
- Release assets (newest tag)
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.
- clone repo.
git clone https://github.com/vesoft-inc/github-statistics.git
- install npm modules.
cd github-statistics
npm install
-
MUST SET
YOUR_GITHUB_API_TOKEN
in the .env file. Read Creating a personal access token to create token if you don't have one. -
runs the app in the development mode, open http://localhost:3000 to view it in the browser.
npm start
Build the app for production to the build
folder.
npm run build
# Made with ❤️ by vesoft-inc #