From 1ee1dce3284a6f58ab2b19853c6c50025fab016e Mon Sep 17 00:00:00 2001 From: Joaquin Gimenez Date: Wed, 29 Sep 2021 11:13:29 -0400 Subject: [PATCH] Develop (#25) * update readme * Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92aafbe..6415a22 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,12 @@ cd /directory/to/rosbridge-web-architecture-demo # Start project yarn start # --build (if needed) -# Cleanup network & images +# Cleanup docker networks & images yarn clean ``` At this point you can visit the UI using your browser `http://localhost:3000` +> If you need to change ports in the frontend for whatever reason, you can do so by editing the `docker-compose.yml` file on line 55 to `- "XXXX:3000"` ## Architecture ![SpeakerDraw drawio](https://user-images.githubusercontent.com/19492279/135118667-886d8e76-0c53-48ae-86b9-b99c14dda7df.png)