Skip to content

Commit 32f6442

Browse files
author
Damien LACHAUME / PALO-IT
committed
Update Makefile and Readme
- Add build command with make dev - Add 'mithril-client-wasm' compilation in Readme
1 parent ff3fb20 commit 32f6442

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

mithril-explorer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build: yarn.lock
1717
serve: build
1818
yarn run start
1919

20-
dev:
20+
dev: build
2121
@echo "Serving dev build at: http://localhost:3000/explorer"
2222
yarn run dev
2323

mithril-explorer/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ Install [node.js](https://nodejs.org/en/) && (yarn)[https://yarnpkg.com/getting-
1212

1313
## Getting Started
1414

15-
First, run the development server:
15+
First, build the `mithril-client-wasm` package:
16+
17+
```bash
18+
make -C ../mithril-client-wasm build
19+
```
20+
21+
Then, run the development server:
1622

1723
```bash
1824
make dev

0 commit comments

Comments
 (0)