Skip to content

Commit e91d2ce

Browse files
author
Andre da Silva
authored
Update Block Explorer README (#2733)
## Motivation This README was just showing how to build the Block Explorer code ## Proposal Include also instructions on how to serve the web application and open it in your browser ## Test Plan Went through the steps myself ## Release Plan - Nothing to do / These changes follow the usual release cycle.
1 parent 9c3ab30 commit e91d2ce

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

linera-explorer/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@ This module provides web files to run a block explorer from Linera service node
1212
npm install
1313
```
1414
and then
15-
```
15+
```bash
1616
npm run full
1717
```
1818

19+
Then, to serve the web application on a local server, run:
20+
```bash
21+
npm run serve
22+
```
23+
24+
The URL to access the Block Explorer will be printed.
25+
1926
## Contributing
2027

2128
See the [CONTRIBUTING](../CONTRIBUTING.md) file for how to help out.

0 commit comments

Comments
 (0)