HearthSim / Joust

🍿 Hearthstone replays in your browser.
https://hearthsim.info/joust/
115 stars 19 forks source link

how to run? #239

Open Lingyis opened 4 years ago

Lingyis commented 4 years ago

Sorry about this rudimentary question, I'm no expert at webpack and etc. How exactly do I run this after building? I see files like index.html and joust.js in the /dist directory but I don't understand how to run this. I can open index.html in a browser but that doesn't really do much. I don't see a bundle.js file in any of the directories either so I can't just open it in a browser. yarn run dev starts webpack but I don't see how it's doing anything.

The closest command that seems to do something is electron ./main.js which shows something like below:

Screenshot 2020-01-08 at 4 51 58 PM

But "Choose file" doesn't do anything beyond literally letting me choose a file.

Thanks in advance for any help!

adrianwdh commented 3 years ago

same question here, have you sorted this out?