How to run existing strapi project?

 The process should be similar to running one you have created yourself, clone it locally, run the 

npm install
 or 

yarn
 to install the node_modules, and run the 

npm run develop
 

or 

yarn develop
.

留言