The most minimal version of launching a StackRunner is to use:
go url runURL
where runURL is a stack that is hosted online at a url given by the `runURL` variable.
We hard code the url for a script only stack (init.livecodescript), which is loaded by a preOpenStack handler when the project stack is opened for the first time.
This simple handler is burnt into the standalone, but allows us to add flexibility by changing the script of the scriptonly init.livecodescript which can essentially do anything Livecode can do.
You can simulate the effect of the final standalone by running the following in the IDE.
This opens the Minimal Project Stack and tirggers the preOpenStack handler which you can find in teh simple card script of the lcw_Discord stack. Other projects can follow the same pattern.
go to stack url "https://livecodeworld.github.io/lcw_Discord/lcw_Discord.livecode"