Skip to content

Commit 9054173

Browse files
authored
Update README with demo link and running instructions
Added live demo link, deployed website URL, and instructions to run the prototype.
1 parent c39a0a4 commit 9054173

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,21 @@ The website is accessible on [http://localhost:5173](http://localhost:5173).
146146

147147
**80% of the final grade**
148148

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).
149164

150165
## Late policy
151166

0 commit comments

Comments
 (0)