Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 411 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 411 Bytes

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>