#My code works in Scrimba's editor but when I download the zip and deploy to netlify it doesnt
10 messages · Page 1 of 1 (latest)
Is your project a plain HTML/CSS/JS site deployed via GitHub? If so, try following these steps to repair the Netlify deployment: #general-chat message
I actually tried that
And I assume it didn't fix the issue? The Netlify site is configured to pull from your GitHub repo, and it's a basic HTML/CSS/JS site, and you've done all of the steps outlined in the post that I linked to? Can you share the link to the GitHub repo so I can see what that looks like? And also a link to the Netlify site, if you have that.
This is the netlify site
https://app.netlify.com/sites/extraordinary-mousse-5d31c8/overview
Start building the best web experiences in record time
And this is the repo
the code for the repo works in scrimba
so the problem im working with now is different from before in that now the site deploys but its all blank. Like all I see is a white screen when it deploys
Thanks for sharing the GitHub repo. This appears to be a React project, so the fix that I shared won't work, as it only applies to static HTML/JS/CSS sites. Sorry.