Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 625 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 625 Bytes

This is a mini application to visualize a github repository statistics in a chronological graph.

Bootstrapped with create-next-app.

Getting Started

Fork and clone this project to your local.

After that, create an env.local file in your local repository at the same level as package.json. You can follow the model in the env.local.example file to see which data are needed.

Lastly, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to open the apps.