Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 384 Bytes

Development

npm install    # install dependencies
npm start      # start development server
npm run build  # create production build
npm run deploy # build and deploy to github pages

To prevent hitting the rate limit while developing, a GitHub API token can be stored in .env.development as REACT_APP_GITHUB_TOKEN.