A ReactJS based client listen podcast on all browsers.
To install the dependencies run:
make install
To setup the environment run:
make setup
Remember to read the environment section.
To run the project:
make start
To run the tests:
make test
Variables 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.