Hi,
I just deployed a website on netlify using a github repository.
https://ocm-front-end.netlify.com/
The website works and loads fine locally on localhost:8000
Right now the logs are telling me that the server is running:
12:02:13 AM: Executing user command: npm start
12:02:13 AM: > ocm_minting_tool@1.0.0 start /opt/build/repo
12:02:13 AM: > node server.js
12:02:14 AM: App running on port 8000
However, it is currently stuck on “Deploy in progress” and the website returns “page not found”.
My server.js in in the root folder and the html pages are in a child “client”
![image|577x203]
I’m a bit of a newbie on netlify, have I missed something?
Thank you