Skip to content

feedcast/hurley

Repository files navigation

Hurley Build Status

Dude

A ReactJS based client listen podcast on all browsers.

Setup

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

Environment

Variables to configure the build

  • REACT_APP_API_HOST - URL for feedcast/scott running instance.
  • REACT_APP_GA - Key for Google Analytics
  • REACT_APP_DISQUS_SHORTNAME - A shortname is the unique identifier assigned to a Disqus site
  • REACT_APP_FEEDBACK_FORM_URL - Link to feedback form
  • REACT_APP_ROLLBAR_ACCESS_TOKEN - Rollbar post_client_item access token

Support

Please open an issue for support.