A mobile app, built with Ionic framework.
https://ionicframework.com/docs
chrome://inspect/#devices
PRJ=~/Projects/clothingloop
brew install rbenv
rbenv install 3.2.2
rbenv global 3.2.2
cd $PRJ/app/ios/App
pod repo update
gem install cocoapods
cd ../../..
cd $PRJ/app
sudo xcodebuild -license accept
npm i
npm run dev:ios
Set the icon in assets/icon.png
the run the following command:
npm run generate:icons