/strapi-worldbuilder

Strapi headless CMS for worldbuilding

Primary LanguageJavaScript

strapi-world-builder

strapi-world-builder is a configuration for Strapi adopted for world building. The application files are handled fully from the Strapi admin panel.

Develop

Start your Strapi application with autoReload enabled.

npm run develop

Start your Strapi application with autoReload disabled.

npm run start

Build

Build your admin panel.

npm run build