Skip to content

Commit

Permalink
docs: add instructions to run demo
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslabbinck committed Mar 15, 2024
1 parent fdee9c4 commit 93412a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
To run the demo, you need two terminals.
Start up the servers in terminal 1:
```sh
yarn start:demo
```
Then run the test script in terminal 2:
```sh
yarn script:demo
```

0 comments on commit 93412a3

Please sign in to comment.