Getting Started
Examples
This page lists the example apps that ship in the repository.
This page lists the example apps that ship in the repository.
examples/hello-counter: Minimal state, view, and button flow using the Node backend.examples/raw-draw-demo: Low-leveldraw()rendering example.examples/gallery: Widget gallery and scene library for widget demos.examples/regression-dashboard: Validation app used to exercise layout, rendering, and interaction behavior.
Run from source
Clone and build the workspace:
git clone https://github.com/RtlZeroMemory/Rezi.git
cd Rezi
git submodule update --init --recursive
npm ci
npm run build
npm run build:nativeRun the examples:
node examples/hello-counter/dist/index.js
node examples/raw-draw-demo/dist/index.js
node examples/gallery/dist/index.jsRelated guides
- Create Rezi - Public starter templates
- Quickstart - Build your first app
- Widget Catalog - Browse available widgets
- Keybindings - Advanced input handling