Git Hub Code Import

0
Morning All,   I have a download of some code from GitHub in Zip form that will will introduce some UI\UX functionality into my apps but how do I actually get it from raw code into a usable state within the app as I have never before imported from GitHUb.   I have looked on line but cant seem to find anything that gives me the information required.
asked
1 answers
0

Steps:

  • unzip the zip, this should get you a .mpr-file, which is a Mendix module.
  • in StudioPro, in App explorer, right click "App 'Yourapp'", select 'import module package'

If the zip does not contain a .mpr, it is not a Mendix module. In that case, importing the code will probably take several copy-paste actions.

answered