To run on MacOS:

1. Using terminal run:
	open -a 'Google Chrome' --args -allow-file-access-from-files

2. Open the webgl-p2-scaffold.html in the Chrome window that was opened.

To run on Windows:
1. Using command prompt navigate to the directory that contains the webgl-p2-scaffold.html file then run:
	python3 -m http.server

2. Go to the URL “localhost:8000” in a browser and then open webgl-p2-scaffold.html.