/StreamingLiveApp

Main application for StreamingLive (subdomain.streaminglive.church)

Primary LanguageTypeScriptMIT LicenseMIT

StreamingLiveApp

Main application for StreamingLive. Visit streaminglive.church to learn more.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Join us on Slack.

Dev Setup Instructions

For the APIs, you may either set them up on your local machine first, or point to the staging server copies during development. The staging server urls are in the sample dotenv files.

StreamingLiveApp

  1. Copy dotenv.sample.txt to .env and updated it to point to the appropriate API urls.
  2. Pull the appBase submodule with: git submodule init && git submodule update
  3. Install the dependencies with: npm install
  4. Run npm start to launch the project.