Run bundle on Loacl machine

My company has purchased the Plus version of the software and I created a bundle, but I’m not sure how to run it from my local machine. I need to be able to run without any connections to any other machines. Can you assist me in getting this setup to run?

The easiest way to open scenes on a computer without internet connection is to use the Shapespark editor, because it automatically starts a built in HTTP server. If you start the editor, you can view your scenes via a web browser at http://localhost:5000

Would such approach work for you?

Yes, I was able to get it to run locally with no internet connection. Thank you