Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 449 Bytes

File metadata and controls

22 lines (16 loc) · 449 Bytes

This is an experiment to have amaru running on desktop and mobile. UI part is html + vanilla js.

desktop demo

mobile-demo.mov

To run the desktop demo:

npm i
npm run tauri dev

To run the iOS demo:

npm i
npm run tauri ios dev