I just love this app. Without it I would not be getting the most out of my Volcano Hybrid! The custom workflows are perfect.
I am just getting into react and node.js and would like to deploy this project locally. I am running Ubuntu 24.04 and have node.js and yarn installed. I cloned onyx and got the dev build running using:
sudo yarn install
sudo yarn start
I get a "webpack compiled successfully" message. Using Chrome (version 130.0.6723.117) on my windows 11 laptop, accessing port 3000, I get the onyx "tap anywhere to connect" screen. Tapping produces a "WEB BLE not supported" dialog. I assume I am missing a dependency or am missing a setup step?
Does the main website work on the computer you are trying to run the code on?
Are you running the dev build in a vm? Since this uses bluetooth you might run into issues when using a vm. Also make sure you are using a browser that supports web ble. chrome does but I'm not familiar with the builds on linux
I just love this app. Without it I would not be getting the most out of my Volcano Hybrid! The custom workflows are perfect.
I am just getting into react and node.js and would like to deploy this project locally. I am running Ubuntu 24.04 and have node.js and yarn installed. I cloned onyx and got the dev build running using: sudo yarn install sudo yarn start
I get a "webpack compiled successfully" message. Using Chrome (version 130.0.6723.117) on my windows 11 laptop, accessing port 3000, I get the onyx "tap anywhere to connect" screen. Tapping produces a "WEB BLE not supported" dialog. I assume I am missing a dependency or am missing a setup step?
Can you point me in the right direction?