Every time f I run rub -s my-course-name, rub opens http://localhost:3001/ and I still have to manually navigate to /builds/my-course-name/index.html in the browser from there.
It would simplify the process and save a lot of time if rub could just open http://localhost:3001/builds/my-course-name/index.html directly in this scenario.
I've changed this locally in commands/070server.js, but it would be useful if this could be the default behavior.