Skip to content

Commit 4f5773d

Browse files
Correct the README of the alphanet-demo
1 parent 72cb2ae commit 4f5773d

File tree

1 file changed

+6
-2
lines changed
  • 6-nfts-for-financial-applications/rad-sense/alphanet-demo

1 file changed

+6
-2
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# alphanet-demo
22

3-
To run the demo please run the following command:
3+
To run the demo please execute the following commands:
44

55
```bash
6+
npm install
67
npm run dev
7-
```
8+
```
9+
10+
If you experience any trouble during the first time you run the demo, try relaoding the browser tab or restart the server.
11+
Vite seems to be generating things on the fly which might trip up the demos state.

0 commit comments

Comments
 (0)