Skip to content

Commit 93412a3

Browse files
committed
docs: add instructions to run demo
1 parent fdee9c4 commit 93412a3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

demo/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
To run the demo, you need two terminals.
2+
Start up the servers in terminal 1:
3+
```sh
4+
yarn start:demo
5+
```
6+
Then run the test script in terminal 2:
7+
```sh
8+
yarn script:demo
9+
```

0 commit comments

Comments
 (0)