Documentation Improvement Suggestion

Hi All,

In the setup section, it might help developers who are new to mobile environments if you add a short note about port forwarding. For example, on Android, the following command can be used to connect host and client ports and simplify troubleshooting:

adb reverse tcp:5173 tcp:5173 (that allows ensuring the android device can access a specific service on the host machine).

Paired with the host parameter on the dev command can work well, in our use case we paired it with shop-minis dev --host 0.0.0.0 thus making sure that phones can access that port as their own.

thanks @ofek, this is very good feedback. We will include it in our docs.