The test standalone Guide.app is a simple stack with a single browser widget and the following preOpenStack handler:
on preOpenStack answer "Hello world!" pass preOpenStack end preOpenStack
This application is hosted on:
- github.com/LiveCodeWorld/lcw_Discord
It is also published as a static web site using Github Pages. You can access the site at:
- livecodeworld.github.io/lcw_Discord
The directories are not listed publicly, but you can access files like this:
- text.txt
The advantage of using Github Pages is that everything is statically served using CORS headers. This enables federated wiki to work, and wasm to access stacks or other assets hosted this way via the public url. Raw Github Urls do not provide CORS headers.