Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vit0rr/relay-basics
Step-by-step relay guide
https://github.com/vit0rr/relay-basics
Last synced: 25 days ago
JSON representation
Step-by-step relay guide
- Host: GitHub
- URL: https://github.com/vit0rr/relay-basics
- Owner: vit0rr
- Created: 2022-06-01T18:26:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T17:38:55.000Z (over 2 years ago)
- Last Synced: 2024-10-03T08:47:45.922Z (about 1 month ago)
- Language: JavaScript
- Size: 238 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Create .env file
- Create your file .env.local with your `REACT_APP_GITHUB_AUTH_TOKEN`
- Example:```bash
# your-app-name/.env.local
REACT_APP_GITHUB_AUTH_TOKEN=
```
## Run
```bash
$ yarn
$ yarn start
```