My Clothing Loop

September 7, 2023 ยท View on GitHub

A mobile app, built with Ionic framework.

Development

https://ionicframework.com/docs

Notes

Using Chromes console log server

chrome://inspect/#devices

IOS setup

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

Setting an app icon

Set the icon in assets/icon.png the run the following command:

npm run generate:icons