READ ME for activation folder For Makng Camp Premium Edu the following steps should be taken to create the Cordova build. I am doing it this way rather than include the entire Cordova build folder in the repository. For the first step, either: 1a) Create (in some area outside of the repository build folder), a new Cordova project; name it making-camp-premium-edu-ios or alternatively: 1b) Copy the ios/making-camp-premium-edu-ios into a build area and rename the folder making-camp-premium-edu-ios 2) Copy into that build folder the contents of the build folder of the same name in this directory. You may also have to do an "npm install" to get the plugins required. Also, you might want to remove and add the ios platformm to make sure it is updated. 3) Copy the contents of the making_camp_premium folder in the reposiotry into the "www" folder. 4) copy "activation.html" into the "www" folder 5) Copy the conents of "js" into the "www/js" folder. You will be asked if you want to replace "redirect_option.js". Go ahead and replace the file. Go ahead and use Cordova to build the ios version. Note that if you update the app by replacing the contents of "www" with the latest files in the making_camp_premium folder, you will then have to redo steps 4) and 5).