-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Hi Simon,
I have watched your channel since 2020. Your work inspired me to write up my web app using React.js, with threejs and cannonjs. https://github.com/zcemycl/practice-app
I found some of your repos can be deployed directly via github action, i.e. Settings -> Pages -> Source -> Branch:main -> Save. Here is my fork from this repo , https://github.com/zcemycl/ThreeJS_Tutorial_BasicWorld , you can see there is an environment at the right hand side. The deployed page looks like this, https://zcemycl.github.io/ThreeJS_Tutorial_BasicWorld/ .
I also believe you can deploy many of your game apps, via free github page and mix of serverless services like firebase (for auth) and heroku (for backend server). Very thankful to watch your youtube channel.