Skip to content

f1v/full-git-commit-history-app

Repository files navigation

Local Development

Starting the project

npm i
npm start

Authenticating with GitHub Token for local development

  • Follow this guide to generate a token.
  • Create a .env file at the root of the project and add your token.

.env

REACT_APP_GITHUB_TOKEN=<your token>