strapi-world-builder is a configuration for Strapi adopted for world building. The application files are handled fully from the Strapi admin panel.
Start your Strapi application with autoReload enabled.
npm run develop
Start your Strapi application with autoReload disabled.
npm run start
Build your admin panel.
npm run build