Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 1.82 KB

README.md

File metadata and controls

74 lines (49 loc) · 1.82 KB

GitHub Statistics

---

trynow GitHub stars GitHub forks GitHub issues GitHub pull requests

Screenshots

Start

Image of Yaktocat

Commit

Image of Yaktocat

Features

  • Repository overview
  • Star history
  • Fork history
  • Commit history (recent year)
  • Release assets (newest tag)

Contributions

contributions

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.
git clone https://github.com/vesoft-inc/github-statistics.git
  1. install npm modules.
cd github-statistics
npm install
  1. 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.

  2. 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 #