Hey fellow writers,
I was trying to get setup so that I could start to learn the syntax and work on the game and ran into a little bit of trouble. Since you have all been through this before, I figured I’d ask around. I’m using a mac for this setup, so when I ran serve.command of course the annoying gatekeeper popped up. I did the whole allow thing and when the script ran it didn’t launch a browser. Is there a way I can manually path to the server? I know that the whole point of having to run the local server is because javascript isn’t allowed to interact with the user’s local system, so I’m sure the server is running on my machine, I just don’t know how to get to it. I can just open the index.html file in the browser, but will I need to do anything else to make sure the JS runs? Also do I have to run serve.command every time?

