i need help i built an app and now i need to drag files to github,but i have no idea. or how to even save the files onto my pc so i can then upload to github?Basically i need help getting my built app from buider to github to vercel,please someone help me
What are you trying to accomplish e.g. I want to integrate builder on a landing page
Screenshots or video link Screenshots of your issue, or even better a link to a video of what is happening or what you are trying to accomplish. We love using loom for that sort of thing
Code stack you are integrating Builder with e.g. NextJS, react, Shopify
Reproducible code example If you are having integration errors, please link to codesandbox or copy and paste your problematic code here. The more detail the better!
Builder.io is a visual headless CMS, so it doesn’t store full app source code. You need to have integrated Builder with a framework, like Next.js or React. If you used a Builder starter or exported your content into a framework, make sure you already have the code locally. If not:
Download Starter Project (if you haven’t integrated yet):
Go to: Builder Developer Docs, choose your framework, and follow integration instructions.
Save code locally:
Once you have the integrated code (e.g. from GitHub, Builder starter, or a code export), save it on your computer.