I would like to clone this git code, and put it on a canister. I don’t have much experience, I wanted to get a gauge from an expert on here regarding the difficulty of this endeavor, maybe I will quit while I am ahead.
If it’s just a frontend, and could be served from anywhere - if you could deploy it to GitHub Pages - then it would be zero effort to deploy it to the IC on an asset canister.
The entire project repo itself is not uploaded. The project is built into a website, most likely with npm run build, and then the files in the output directory, most likely dist, are what are uploaded to the website.
I don’t mean to offend, but some amount of web stuff experience is a prerequisite for doing web stuff.
No way, I actually got it working thanks to your advice. I spoke to the owner of that Repo, they said to use yarn install and yarn build, then i took the dist output and put it in an asset canister… AWESOME