Rarry is a web-based platform that allows to create games or projects using visual block-coding, powered by Blockly. Snap blocks together in a Blockly workspace, the blocks compile to JavaScript and execute on a custom VM. Rarry also ships as a desktop app built with Tauri.
| Command | Description |
|---|---|
pnpm install |
Install dependencies |
pnpm dev |
Start the Vite dev server (also used by Tauri as its devUrl) |
pnpm build |
Production build via Vite |
pnpm preview |
Preview the production build |
pnpm lint |
Run ESLint |
pnpm tauri dev |
Run the desktop app in development |
pnpm tauri build |
Build a release desktop app (requires Rust toolchain) |
- Website: https://rarry.link/
- Documentation: https://docs.rarry.link/