1 parent c39a0a4 commit 9054173Copy full SHA for 9054173
1 file changed
README.md
@@ -146,6 +146,21 @@ The website is accessible on [http://localhost:5173](http://localhost:5173).
146
147
**80% of the final grade**
148
149
+live demo: https://youtu.be/WjtaBsId2Pg
150
+
151
+The deployed website can be found at [https://com-480-data-visualization.github.io/via/](https://com-480-data-visualization.github.io/via/).
152
153
+### How to run the prototype
154
155
+Ensure you have NPM installed on your machine. Then run the following commands:
156
157
+```shell
158
+cd via-ui
159
+npm install
160
+npm run dev
161
+```
162
163
+The website is accessible on [http://localhost:5173](http://localhost:5173).
164
165
## Late policy
166
0 commit comments