Closed ChocolateLoverRaj closed 2 years ago
Clicking a link is way more convenient than downloading a folder and running commands. It's also much easier to see a live demo on a phone.
Based on this section:
https://github.com/brownhci/WebGazer/blob/63b5a3a898b00f29e26ea8cf2d34847992e49716/README.md#L54-L69
It seems like the files in www just need to be served in an html server. This could be easily done with GitHub pages.
www
They're already on the live website. The www folder is hosted at webgazer.cs.brown.edu
Clicking a link is way more convenient than downloading a folder and running commands. It's also much easier to see a live demo on a phone.
Based on this section:
https://github.com/brownhci/WebGazer/blob/63b5a3a898b00f29e26ea8cf2d34847992e49716/README.md#L54-L69
It seems like the files in
www
just need to be served in an html server. This could be easily done with GitHub pages.