sharkdp/cube-composer

How launch cube-composer in our local environment,thanks

yepengxj opened this issue · 5 comments

Hi,I'm new to nodejs. Could somebody kindly tell me how to start the game in my local environment after run those building process,thank you very much

point your browser to the index.html file in the main project folder, example:
file:///home/rosen/home/dev/cube-composer/index.html

@yepengxj Did that work for you?

What if I run cube-composer in a docker container, I want to demonstrate how docker container works,before this I usually use 2048. Is that meanings I could use nginx to start cube-compose after build proecess.
Thanks everybody

@yepengxj It took me 5 min to realize you want to dockerize the game somehow. Yes, Nginx would work serving the game as a static website.

@rosenk Got it! Thanks you.