We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cb2ae commit 4f5773dCopy full SHA for 4f5773d
6-nfts-for-financial-applications/rad-sense/alphanet-demo/README.md
@@ -1,7 +1,11 @@
1
# alphanet-demo
2
3
-To run the demo please run the following command:
+To run the demo please execute the following commands:
4
5
```bash
6
+npm install
7
npm run dev
-```
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