Hi gmclerk,
for install Robrowser, you need follow steps:
1. Install a web server for executing scripts for roBrowser, I recommend you use php (or python).
2. Open your terminal (or prompt, in Windows) change directory for roBrowser project, using cd command, for example:
cd ./Desktop/roBrowser
3. Executing your local server with a port in your terminal, like:
php -S localhost:8500
or
python3 -m http.server 8500
4. Open your browser, that site recommends Chrome, but I'm using Firefox without problems. I guess the most important is to use a updated browser.
Put in your URL, your localhost with port more addressing and to follow tutorial. For examples:
(In your url, put)
localhost:8500/tools/build/converter
In this web page you can build some ".JS" useful files, put them in root of project. You will need obtain 6 files for using all examples in project, but you must obtain thread.JS for using anything in project. You can obtain: "MapViewer.js", "ModelViewer.js", "Online.js", "StrViewer.js", "ThreadEventHandler.js" and "GrfViewer.js".
5. You can test some examples using, in your browser:
localhost:8500/examples/<file name in project>
for example:
localhost:8500/examples/api-mapviewer-frame.html
Sorry, for my english.