From 07322c85c1318f25e19f877028d3752372264248 Mon Sep 17 00:00:00 2001 From: Daniel Hopp <74926519+exnehilo7@users.noreply.github.com> Date: Fri, 11 Apr 2025 12:04:15 -0400 Subject: [PATCH 1/2] Update README.md Add info for starting app on a non-local installation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 186a87fa..183fa21e 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ In the project directory, you can run: Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. +- If the app was not installed locally, change line 15 within the `.env` file to the IP address and use **http://your-ip:3000/dev** to view it in the browser. + The page will reload if you make edits.\ You will also see any lint errors in the console. From f42e99a98b04bb88d2d9ee4c0752003bb1b90908 Mon Sep 17 00:00:00 2001 From: Daniel Hopp <74926519+exnehilo7@users.noreply.github.com> Date: Fri, 11 Apr 2025 12:07:03 -0400 Subject: [PATCH 2/2] Update README.md Remove the possibility of a line shift --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 183fa21e..2940de05 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ In the project directory, you can run: Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. -- If the app was not installed locally, change line 15 within the `.env` file to the IP address and use **http://your-ip:3000/dev** to view it in the browser. +- If the app was not installed locally, change `REACT_APP_KBASE_BACKUP_COOKIE_DOMAIN` within the `.env` file to the IP address and use **http://your-ip:3000/dev** to view it in the browser. The page will reload if you make edits.\ You will also see any lint errors in the console.