A ReactJS based client listen podcast on all browsers.
To install the dependencies run:
make installTo setup the environment run:
make setupRemember to read the environment section.
To run the project:
make startTo run the tests:
make testVariables to configure the build
REACT_APP_API_HOST- URL for feedcast/scott running instance.REACT_APP_GA- Key for Google AnalyticsREACT_APP_DISQUS_SHORTNAME- A shortname is the unique identifier assigned to a Disqus siteREACT_APP_FEEDBACK_FORM_URL- Link to feedback formREACT_APP_ROLLBAR_ACCESS_TOKEN- Rollbar post_client_item access token
Please open an issue for support.
