I built a simple 'Hello World' website using loveable.dev and saved it to my GitHub. After cloning the repo to my local machine, I opened the index.html file, but when I try to view it with Live Server, all I see is a blank white screen. Here are the links: [GitHub Repo](https://github.com/fugot/first-hello-glow) and [Published Site](https://first-hello-glow.lovable.app/). Any guidance would be greatly appreciated, thanks!
1 Answer
It sounds like you might need to install Node.js and its dependencies. If you're not familiar with it yet, try running `npm run preview` in your project folder. I know it might be a bit overwhelming, but taking a basic Node.js course could really help with this kind of stuff!
Actually, I have a degree in coding and have worked in backend development for a few years. Frontend is pretty new to me, so I'm still figuring it out. I thought I might be missing a setting or dependency.