main.star with:
http://localhost:8080. You can pass configuration through the preview URL, for example http://localhost:8080?message=good%20morning.
What the code does
loadimports the runtime’s render module.main(config)is the app entry point.render.Boxcreates a 64×32 background and centers its child.render.Textdraws one line using a bundled pixel font.render.Rootsupplies the final widget tree to the encoder.