michaljaz / webmc

PoC Minecraft client written in Javascript (1.16.5 offline mode working)
http://webmc.js.org/
MIT License
1.25k stars 196 forks source link

How to run this on replit? #131

Closed ThePolishCat closed 2 years ago

ThePolishCat commented 2 years ago

How to run this on replit?

michaljaz commented 2 years ago

you can just download static files from here: https://github.com/michaljaz/webmc/tree/gh-pages

ThePolishCat commented 2 years ago

?

ThePolishCat commented 2 years ago

How to run this on Replit.com ?

michaljaz commented 2 years ago

replit hasn't got enough ram to build it for production, so I recommend to use github pages (to host static files) and github actions (to build)

ThePolishCat commented 2 years ago

can you send any tutorial bc i am noob in this things?

ThePolishCat commented 2 years ago

@michaljaz ?

michaljaz commented 2 years ago

can you send any tutorial bc i am noob in this things?

if you just want to host own webmc, you can fork and github actions will automatically deploy it