1.0.1 • Published 11 months ago

your-component-package v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Usage

You can provide your GitHub token in one of two ways:

  1. Set an environment variable:

    • For Create React App projects: Set REACT_APP_GITHUB_TOKEN in your .env file.
    • For other projects: Set GITHUB_TOKEN in your environment.
  2. Set a global variable in your app:

window.__GITHUB_TOKEN__ = 'your_github_token_here';
1.0.1

11 months ago