for installation guide, go to https://github.com/teleskopeView/teleskope_k8s
yarn
yarn serve
the app will run at http://localhost:8080/ and expect the backend to be listening at http://localhost:3000/
💡 if the backend is already running on your cluster, you can locally address it using kubectl
port-forward
command:kubectl port-forward svc/teleskope-backend-svc 3000