Skip to content

Commit 2337f41

Browse files
committed
update dojo README
1 parent 90517ff commit 2337f41

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

typescript-sdk/apps/dojo/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ The Demo Viewer provides a centralized interface for browsing, viewing, and expl
1616

1717
To run the Demo Viewer locally for development, follow these steps:
1818

19+
### Install dependencies
20+
21+
```bash
22+
brew install protobuf
23+
```
24+
25+
```bash
26+
npm i turbo
27+
```
28+
29+
```bash
30+
curl -fsSL https://get.pnpm.io/install.sh | sh -
31+
```
32+
1933
### Run the Demo Viewer
2034

2135
In a new terminal, navigate to the project root and start the Demo Viewer:

0 commit comments

Comments
 (0)