In the project directory, you can run:
Runs the app in the development mode.
Open https://localhost:3000 to view it in the browser. It doesn't run very well outside of the overlay renderer anymore now that we're lock aware and such but it's possible to overload those settings.
The page will reload if you make edits but if you run into any errors you'll need to click 'Reload Overlay' in ACT.
This overlay requires both NGLD and Cactbot plugins to be installed
- Click on the OverlayPlugin WSServer tab
- Click on Stream/Local Overlay
- Make sure the server is started and running.
- In the URL Generator click on Overlay -> Ember Overlay
- Note the value of the OVERLAY_WS variable ex:
?OVERLAY_WS=ws:https://127.0.0.1:10501/ws
- Add a new overlay (it doesn't matter what kind I don't think, but Custom -> MiniParse should be fine)
- Make sure Show and Enable overlay are checked and Clickthrough and Lock are not.
- Add the url from
yarn start
and append the OVERLAY_WS variable copied earlier but it needs to be renamed as HOST, it should look something like:https://localhost:3000/?HOST=ws:https://127.0.0.1:10501/ws
- Double check you renamed
OVERLAY_WS
toHOST
Future: Host overlay so it can have a non-localhost addy.