Can we export the Custom App which is created in the web interface

On the live, I have created my App module in the web interface and also create doctypes related to it.

Now I want to bring this module to my local development , could you please help how to bring this module from live to local develop.

Thanks

Hi @skanel,

If you make your own app and customize it with different features, you need to upload the code to GitHub. Before uploading, double-check to ensure all customizations are properly configured in the app. If you want to install this customized app on your local server, use the command bench get-app --branch [branch-version] your_github_app_url and then install and migrate it on your site.

Thank You!