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