文章

Customize Source code of Strapi

 Go to node_modules> @strapi Edit the code cmd go to the top project path, and input command: npm run build after completing the building: npm run develop

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 .