We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, congratulations on this beautiful game.
The game is loaded with no problems on the link you provided.
But when I download the files and try to run locally, even under a web server, it doesn`t work.
Do you know how I can solve this issue?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @pronetbr ! Thanks for your comments :) Sorry I didn't let any commands to install it locally :) You have to build it with npm
npm
npm install npm run build Then you can run a local server with npm run dev
npm install
npm run build
npm run dev
You will access it through http://0.0.0.0:8080/.
http://0.0.0.0:8080/
Let me a comment if it doesn't work !
Pierre
Sorry, something went wrong.
No branches or pull requests
Hello, congratulations on this beautiful game.
The game is loaded with no problems on the link you provided.
But when I download the files and try to run locally, even under a web server, it doesn`t work.
Do you know how I can solve this issue?
Thanks!
The text was updated successfully, but these errors were encountered: