Status: Pre-release. The core toolchain is under active development; the public quick-start flow is still being stabilised.
The intended source build flow is:
cd llux
./scripts/build.sh
The build should produce a local llux binary.
The first public example should use the current language direction: bind, action, and view RootView.
llux new my-app
cd my-app
llux build
llux run
The intended entrypoint is start.llux, and the intended root view name is RootView.
The command names are the public direction.