Hey guys great work building everything
Everything works great but the preview is now working. How can I see the render of the project that I’m building?
Hey guys great work building everything
Everything works great but the preview is now working. How can I see the render of the project that I’m building?
Thanks @santiago4502!
When you import a project, it doesn’t run the commands by default to start up the site. That is usually something like:
npm run install && npm run dev
You can ask the LLM to run the commands to start the site or also just run them yourself! Then you’ll see a preview!