Our interface is written in vanilla HTML/CSS/JavaScript. We style the interface using the Semantic UI library. We build the visualizations using D3.js.
- Open a command-line shell (Windows) or Terminal (MacOS, Linux) in a new window
- Navigate to the
interface/
folder
Windows:
- Run
py -3.9 -m http.server
MacOS / Linux:
- Run
python3.9 -m http.server
Both:
- Open a browser and navigate to
http://localhost:8000/
- JQuery
v3.6.x
- D3.js
v7.x
- Semantic UI
v2.5.x