BlueMagnificent / baller

simple browser based 3d game
MIT License
10 stars 2 forks source link

How to deploy to a azure storage account? #2

Open cameronscottseequent opened 11 months ago

cameronscottseequent commented 11 months ago

Im having issues when trying to deploy this to an azure storage account. all of the routes / file directories dont work and mainly getting "Comlink is not defined". can i ask what kind of hosting you have used for this? thanks!

BlueMagnificent commented 4 months ago

Sorry for the very late response.

This is hosted as a static website. You have to first build it with webpack by calling npm run build. The built output will be generated in the dist folder from which you can now run the game.