I was looking for a base crafting calculator web application for a survival game and came across your project. I am looking to host this web app on a server, but would like a super quick rundown of what is needed to achieve this.
I have already attempted to run it myself. I cloned the repository to my system, used npm install (node v10.24.0) to install the modules, and pointed the virtual host to the /public directory.
When I try and load the web application however, it's simply a white page. Is the above process correct? Am I using the recommended version of Node or should I use 12 or 14 or another? Any help would be appreciated.
Hello!
I was looking for a base crafting calculator web application for a survival game and came across your project. I am looking to host this web app on a server, but would like a super quick rundown of what is needed to achieve this.
I have already attempted to run it myself. I cloned the repository to my system, used
npm install
(node v10.24.0) to install the modules, and pointed the virtual host to the/public
directory.When I try and load the web application however, it's simply a white page. Is the above process correct? Am I using the recommended version of Node or should I use 12 or 14 or another? Any help would be appreciated.