From 9e4060f6cca1d907784b9c0a22a1d58471b93c2d Mon Sep 17 00:00:00 2001 From: Kalmanq <76232104+Kalmanq@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:04:27 +0100 Subject: [PATCH] Update README.md Haven't worked with npm. Tried to run the start command, but got an error. Definitely needs some type of clarification here. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcac01c..0f01477 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ ClusterWatch provides a clear visualization of Kubernetes cluster architecture w 4. Make sure you have your kubernetes cluster up and running. If you'd like to set up a cluster to test the application, install docker and minikube or kind to get started. -5. Start the application: +5. Navigate to the repo you've cloned and start the application: `npm start` 6. Navigate to: `http://localhost:3000`