Hi, I’m trying to upload a website that I created locally. This is my first time trying to figure out how to use glitch.com (and creating a website from scratch). I can’t seem to get my site to load properly.
The site is:
Could someone teach me how to get the index.html to load when I go to the web link?
Thank you so much!
I looked at the “Logs” pane for your project and it says
Check /app/package.json
command not found. Is a start script missing?
And it included this link: Check /app/package.json: command not found. Is a start script missing? - Glitch Support
Looks like you need a “start” script in your package.json
file.
2 Likes
Hi pslaets,
Thank you SO MUCH for your quick response. It worked! And for anyone else reading this later, I found this documentation to help:
Thank you again!
1 Like