From 2fed755948e1050f9a14461b6bc462857bd5ef27 Mon Sep 17 00:00:00 2001 From: seriousm4x Date: Thu, 23 Mar 2023 20:54:35 +0100 Subject: [PATCH] readme: create admin on frontend --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f08faf32..7ae60c6e 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,6 @@ go mod tidy go run main.go serve ``` -Log in to [http://localhost:8090/\_/](http://localhost:8090/_/), create an admin user and add some devices. - 2. Start frontend ```sh @@ -123,4 +121,4 @@ pnpm i pnpm run dev ``` -Open up [http://localhost:5173/](http://localhost:5173/) +Open up [http://localhost:5173/](http://localhost:5173/), create an admin user and add some devices.