Skip to content

Commit 0b88070

Browse files
committed
docs: update README to clarify demo mode usage and Nimiq Hub requirements
1 parent 36e6ad9 commit 0b88070

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ yarn install
1010
yarn serve
1111
```
1212

13-
> You will also need to run the [Nimiq Hub](https://github.com/nimiq/hub#contribute) and [Nimiq Keyguard](https://github.com/nimiq/keyguard/#development) in development, too.
13+
If you need to interact with a real account and data, then you will also need to run the [Nimiq Hub](https://github.com/nimiq/hub#contribute) and [Nimiq Keyguard](https://github.com/nimiq/keyguard/#development) in development, too.
14+
15+
Otherwise, you can use activate the `demo` mode by appending to `?demo` in the URL: `http://localhost:8081/?demo`.
1416

1517
### Compiles and minifies for production
1618
```

0 commit comments

Comments
 (0)