How do ghost projects written by others work?

the situation is like this. There is a ghost project written by someone else. After I arrived at the company, I maintained the project, but did not hand it over. I don"t know how the project was started
. After I downloaded it to the local area, I installed the dependent npm start and ran it like this.

clipboard.png

running init according to the error prompted can be started when running npm start, but the page visited is not developed by us, but the page of ghost itself. What should I do?

Feb.28,2021

npm init initializes your project, but there is nothing in it. You need to download the project again
and then npm install
and npm start

.
Menu