From 9223ea16d90202b28a32291ca969a9c3b8522f33 Mon Sep 17 00:00:00 2001 From: Laurin Weger Date: Fri, 28 Jun 2024 12:48:43 +0200 Subject: [PATCH] update readme --- ngaccount/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ngaccount/README.md b/ngaccount/README.md index a0377c0..60b58da 100644 --- a/ngaccount/README.md +++ b/ngaccount/README.md @@ -26,9 +26,8 @@ cargo watch -c -w src -x run # Then open http://localhost:5173/#/create ``` -> TODO: -> Currently, the ng-account server api is listening on http://127.0.0.1:3031 only which might cause you trouble. -> See files: `main.rs`, `Create.svelte` and `Delete.svelte`. +> Currently, the ng-account server api is listening on http://127.0.0.1:3031 only which might cause you trouble (coded in `main.rs`, `Create.svelte` and `Delete.svelte`). +> If you need to test from a (virtual) android device, you can use adb to tunnel the connection like: `adb reverse tcp:3031 tcp:3031`. ## Prod