How launch cube-composer in our local environment,thanks
yepengxj opened this issue · 5 comments
yepengxj commented
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
rosenk commented
point your browser to the index.html file in the main project folder, example:
file:///home/rosen/home/dev/cube-composer/index.html
yepengxj commented
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