readme: create admin on frontend

This commit is contained in:
seriousm4x
2023-03-23 20:54:35 +01:00
committed by GitHub
parent 9106d25b95
commit 2fed755948

View File

@@ -113,8 +113,6 @@ go mod tidy
go run main.go serve 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 2. Start frontend
```sh ```sh
@@ -123,4 +121,4 @@ pnpm i
pnpm run dev 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.