Skip to content

Commit

Permalink
chore: update admin dashboard to link gh page (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav authored Jun 14, 2024
1 parent 0a8beeb commit d6c348a
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions docs/01-explore/02-developers-quickstart/02-admin-dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,12 @@ title: Admin Dashboard
Node is gated with authentication. In order to interact with the node from any app, you need to register a decentralized identity.
We have build an Admin Dashboard which is a web application designed to streamline the management of node states within your system. Seamlessly connected with the API provided by the Admin Client API, this user interface offers a user-friendly platform for overseeing and controlling various aspects of your node infrastructure.

### Run Admin Dashboard
### Access Admin Dashboard

Position to the Admin Dashboard directory

```console
cd node-ui
```

Install dependencies

```console
pnpm install
```

Build the app

```console
pnpm build
```

Run the Admin Dashboard

```console
pnpm start
```

Open your web browser and access admin dashboard on `http://localhost:NODE_PORT/admin/`.
Admin Dashboard is published to GitHub pages so you can access it directly from the browser. Available at https://calimero-network.github.io/admin-dashboard/.

> **_NOTE:_**
> Replace `NODE_PORT` with the `--server-port` value defined during node setup in [Getting-started](./01-getting-started.mdx)
> Update `NODE_PORT` with the `--server-port` value defined during node setup in [Getting-started](./01-getting-started.mdx)
You will see login page. On the first login, your selected wallet will be used as a root key to use further functionalities.

Expand Down

0 comments on commit d6c348a

Please sign in to comment.