How to import an AEM zipped package (/conf) to local IDE?
Hi AEM Community,
according to Tyler Maynard the Pluralsight AEM courses author, the editable templates are store as follows:
I'm in a situation where I'm missing the entire jcr_root/conf folder in the Project Structure/IDE/on the file system (Mac OS). I tried to sync with VSCode AEM Sync which didn't achieve the goal.
Also in the Tyler Maynard's Pluralsight course "AEM Building Full Stack Components" he mentioned that when the developer needs to have the project structure on the right-handed side but doesn't, they can either utilize the CRXDE Package Manager to download that /conf folder and bring it into the IDE, or use some plugin (he didn't mention the name of the plugin, though). I tried the CRXDE Package Manager way but my IDE or Mac OS doesn't know how to handle that .zip file which contains all the jcr nodes within the /conf directory.
Does anybody know what would be the effective way of doing this?
Thanks in advance.