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

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3617f-2b763.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3617f-2b763.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?