Skip to content

Development Guide

Chanha Kim edited this page May 18, 2021 · 1 revision

Code Organization (where to find things)

Content Location
home page index.html
document page eyewrite.html
server file (for development) index.js
basic UI styling/adjustments css (for stylesheets), scripts/ui-adjustments.js
visualization control/toggles scripts/visualization-control.js
voice chat functions scripts/voice-chat.js
highlight styling scripts/highlight-styles.js, scripts/visualization-control.js

Note: any changes made in the javascript files will likely require changes in the html files.

Deploying

  1. Push changes to GitHub repo.
  2. Log into the HCI server (requires a VPN connection), go to the project folder in the web directory, and pull changes.

Clone this wiki locally