From 8d315bfe9e840f977682d0bcf4791ada6ecb65fb Mon Sep 17 00:00:00 2001 From: "lauren.mieczkowski" Date: Wed, 17 Jan 2024 09:13:04 -0700 Subject: [PATCH] updated read.me --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bffa7fe..7e645c1 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ Based on React Material Admin which is a free and open-source admin application ## Getting Started -``` + #To develop and interact with locally: 1. Clone repo, navigate to root and run: +``` rm -rf node_modules rm -rf package-lock.json yarn config set "strict-ssl" false -g @@ -22,9 +23,10 @@ yarn run start This will automatically open [http://localhost:7001](http://localhost:7001). -``` + If the UI has been deployed with terraform on an EKS cluster, you may access the UI by using the node IP provided to you OR you can port-forward the UI by using the command: +``` kubectl port-forward -n ui 7001:7001 ```