Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ymollard
Last active September 26, 2020 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ymollard/77e08c1cc0cf74125c69c30deec145b0 to your computer and use it in GitHub Desktop.
Save ymollard/77e08c1cc0cf74125c69c30deec145b0 to your computer and use it in GitHub Desktop.
git clone git clone https://github.com/arbalet-project/frontage-frontend.git -b ionic_5
cd frontage-frontend
npm i
ionic build
# Generate assets with cordova
ionic capacitor open ios # Close Xcode then
npm install -g cordova-res
cordova-res ios
wget https://gist.githubusercontent.com/dalezak/a6b1de39091f4ace220695d72717ac71/raw/3c858045b84dab9d39bd53cb2d19fba3e523bef4/resources.js
node resources.js
ionic capacitor run ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment