Skip to content

Commit

Permalink
updated read.me
Browse files Browse the repository at this point in the history
  • Loading branch information
lauren-mieczkowski committed Jan 17, 2024
1 parent 5c38149 commit 8d315bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <ui pod name> -n ui 7001:7001
```

Expand Down

0 comments on commit 8d315bf

Please sign in to comment.