Last-Oasis-Crafter / lastoasis-crafting-calculator

Last Oasis Crafting Planner/Calculator
Mozilla Public License 2.0
4 stars 2 forks source link

Installation and Hosting Questions #88

Open dinosaw opened 3 years ago

dinosaw commented 3 years ago

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.