-
Notifications
You must be signed in to change notification settings - Fork 85
Description
Hi,
Trying to learn how to build an extension.
-
Is live reloading working? I can see that
inertis listed as a dependency which should make reloading available via hapi server. But as I make a change to /local/live_config.html I still have to restartyarn hostin order for the update to show. Or should I do something with yarn? -
Also why exactly do we need the local and online folders? I know it is being served from local folder if we run frontend with
-loption. And what is the difference between config.html, live_config.html, panel.html -
After deploying my front end to twitch as a zip file. Shall I deploy my backend to any server hosting of my choice? Or how does that work? I will need to have a Mongo DB database for keeping some streamer inputted data.