Skip to content

The ultimate live stream dashboard.

License

Notifications You must be signed in to change notification settings

Streamaze/streamaze-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamaze UI – Dashboard

Depends On

Setup

$ git clone https://github.com/ZaneH/streamaze-ui.git
$ cd streamaze-ui
$ npm install
$ npm start

Environment Variables

# .env.local
REACT_APP_API_2_WS_URL=ws://localhost:8080/ws # streamaze-donation-service API (WS)
REACT_APP_API_2_URL=http://localhost:8080 # streamaze-donation-service API
REACT_APP_API_3_URL=http://localhost:4000 # Phoenix API URL
REACT_APP_API_3_WS_URL=ws://localhost:4000/socket # Phoenix socket URL
REACT_APP_OBS_HOP_PROJECT_ID=<obs project id for stream info>
REACT_APP_EXCHANGE_RATE_API_URL= # run this locally: https://github.com/ZaneH/exchange-rate-api
REACT_APP_MAILCHIMP_URL=<mailchimp url for landing page> # not required

Preview

View the landing page for a full overview here: https://streamaze.xyz/landing

Or maybe checkout the guide here: https://guide.streamaze.xyz

image