ygh-player
v0.5.0
Published
## Getting started
Readme
Your Gift Hunt - Player
Getting started
Set environment variables:
| Variable | Description |
| -------------------------- | ---------------------------------------------------------------------- |
| REACT_APP_YGH_API_URL | Endpoint of the Your Gift Hunt API (might be different in development) |
| REACT_APP_YGH_PLAYER_KEY | Access key for authorizing requests to the Your Gift Hunt API |
Install dependencies: yarn install
Start dev server: yarn start
