We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3fb20 commit 32f6442Copy full SHA for 32f6442
mithril-explorer/Makefile
@@ -17,7 +17,7 @@ build: yarn.lock
17
serve: build
18
yarn run start
19
20
-dev:
+dev: build
21
@echo "Serving dev build at: http://localhost:3000/explorer"
22
yarn run dev
23
mithril-explorer/README.md
@@ -12,7 +12,13 @@ Install [node.js](https://nodejs.org/en/) && (yarn)[https://yarnpkg.com/getting-
12
13
## Getting Started
14
15
-First, run the development server:
+First, build the `mithril-client-wasm` package:
16
+
+```bash
+make -C ../mithril-client-wasm build
+```
+Then, run the development server:
```bash
24
make dev
0 commit comments