Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```