How can i host Needle project on github page?

I tried to setup a github project with everything that is in needle folder copied over

Original Post on Discord

by user 263967078346653697

and im gettingthese errors on opening it up:

by user 263967078346653697

the tab text says “made with needle” so i guess its not completely off-mark guess xd

by user 263967078346653697

im also open to alternative ways of hosting

by user 263967078346653697

with my own domain

by user 263967078346653697

For you own domain you can simply use the DeployToFTP component.

Github: not sure what your setup is doing there, we can add a sample for that at some point. Your repo that you want to deploy to github pages should either only contain the content of the dist folder or you need to configure github so it deploys the dist subfolder (and not your root web project with the package.json inside) or for github to run the build but that won’t work YET with compression (it is something we will add tho, version 3.x will make that easier/possible)

okay i got it to work on github pages with just dist folder!

by user 263967078346653697