Stage is the runtime rendering environment in L.U.N.A.rium.
It renders Lynx components in their actual execution context. When embedded back into Studio via Lynx for Web, Stage becomes the integrated performance space where authored components are previewed exactly as they will appear in reality.
This is a ReactLynx project bootstrapped with create-rspeedy.
Install the dependencies:
pnpm installThen build all shared packages:
pnpm turbo buildRun the development server:
pnpm run devScan the QR code in the terminal with your LynxExplorer App to see the result.
To view the demos on your mobile device, install the LynxExplorer App:
- Android – official Lynx Android release (via GitHub Releases)
- iOS – community build available on the App Store.
Make sure your computer and mobile device are on the same network, then scan the QR code printed in the terminal to open the demo directly in the app.
You have finished the basic setup required to run any example in this repo. For more details, see the Starting Guide.
Press r in your terminal to open the entry switcher. Use the up and down ↑/↓ arrow keys to navigate between entries, and press Enter to load the selected demo.
For reference, here is the mapping between the conceptual demo names and the actual entry keys:
TODO