This document explains how cross-platform meteor apps work and how to compile them to run on Modulus.
Projects setup to compile for multiple platforms (ios and android) will need to
compile the client assets into a bundle for those platforms using Cordova as
part of the meteor build
step. This step must be done on OSX on your local