Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 595 Bytes

File metadata and controls

15 lines (10 loc) · 595 Bytes

Github Commit Activity Explorer

A simple app to compare the commit activity of public GitHub repositories.

documentation/search.png documentation/list.png

Setup

Assuming that you have node installed on your system, run the following commands to start the application:

  1. Generate a GitHub Fine-grained access token
  2. Create a .env file at the root and add the access token to it: VITE_GH_KEY=<your-access-token>
  3. Install dependencies: npm install
  4. Run dev: npm run dev