Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Awesome, thanks Xerra! I almost posted with another error that came up, but I got it working.  If anyone else goes through this, follows Xerras steps and if you get the error below you need to remove the two imported .ndll files from the datafiles/GMLive folder and it should work, as suggested in this thread - https://itch.io/t/223888/solved-not-able-to-run-live-server-on-mac

graemes-iMac:GMLive g_hawkins19$ neko gmlive-server.n

Called from C:\Tools\Dev\HaxeToolkit\haxe\std/neko/_std/Date.hx line 134

Uncaught exception - load.c(237) : Failed to load library : ./std.ndll (dlopen(./std.ndll, 1): no suitable image found.  Did find:

./std.ndll: unknown file type, first eight bytes: 0x4D 0x5A 0x90 0x00 0x03 0x00 0x00 0x00

.../.../game_project_file/datafiles/GMLive/std.ndll: unknown file type, first eight bytes: 0x4D 0x5A 0x90 0x00 0x03 0x00 0x00 0x00)

Many thanks for the help!