Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 354 Bytes

File metadata and controls

19 lines (12 loc) · 354 Bytes

logic-app

A small proof-of-concept of a webview-based "native" app, built with Bun.

To install dependencies:

bun install

To build:

bun run build

You can then find native binaries in the dist folder.

This project was created using bun init in bun v1.1.3. Bun is a fast all-in-one JavaScript runtime.