Note: index.html is the log in page.
This part below is for running the collaboration code (this is no longer running on the website):
From the blockly-rtc directory run:
npm install
To run the websocket implementation:
npm run start-websocket
Open http://localhost:3000/websocket.html
To run the http implementation:
npm run start-http