StevensSEC / monocle

A mobile app to transcribe images of printed text from a page.
GNU General Public License v3.0
3 stars 0 forks source link

Update start script #53

Closed dcarpenter31 closed 2 years ago

dcarpenter31 commented 2 years ago

The developer dashboard takes a long time to load since it is loaded in the browser, and I cannot seem to download the app unless the connection is set to tunnel. By setting this flag, development will be faster for those who want disable the developer dashboard and work straight from the terminal.

dyc3 commented 2 years ago

This is unnecessary because you can add extra args when running from a terminal.

yarn start --tunnel

output:

yarn run v1.22.5
$ expo start --tunnel
...
dyc3 commented 2 years ago

(Also, since i know you dev inside a VM, it might not be accessible via LAN if the network adapter is not in NAT or bridged mode, I forget which one is the right one)

dcarpenter31 commented 2 years ago

ah I see, I'll close this then.

(Also, since i know you dev inside a VM, it might not be accessible via LAN if the network adapter is not in NAT or bridged mode, I forget which one is the right one)

do you know how to configure the network adapter on ubuntu?