ThomasDavisA / simple-twitch-chat-visualizer

0 stars 0 forks source link

Setup environment variables for client. #43

Closed mdavisprog closed 3 years ago

mdavisprog commented 3 years ago

The client react app should have its own environment variable setup. This will help with using flags to specify how it should behave and also provide test flags to help with visualizing how it behaves without needing a server setup.

First pass should include a flag for streaming, which will make the background transparent.

This should also include a flag for generating test users and messages that will be useful for buffering messages on the client components.