This is the Sunnyway app.
Run the following commands from a terminal to perform livereload development: ionic cap run ios -l ionic cap run android -l
This will open the appropriate IDE and allow you to run the app in a simulator.
npm run buildnpx cap copy ios npx cap copy android
npx cap open ios npx cap open android