From 86240e41219fea7b581f0c0a0619b256eb1f19d8 Mon Sep 17 00:00:00 2001 From: Igor Gov Date: Wed, 24 Nov 2021 10:46:07 +0200 Subject: [PATCH] Remove local dev instruction from readme (#507) --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 0ceace408..56d537899 100644 --- a/README.md +++ b/README.md @@ -185,15 +185,3 @@ Mizu can be run detached from the cli using the daemon flag: `mizu tap --daemon` indefinitely in the cluster. For more information please refer to [DAEMON MODE](docs/DAEMON_MODE.md) - -## How to Run local UI - -- run from mizu/agent `go run main.go --hars-read --hars-dir ` - -- copy Har files into the folder from last command - -- change `MizuWebsocketURL` and `apiURL` in `api.js` file - -- run from mizu/ui - `npm run start` - -- open browser on `localhost:3000`