An iOS app that does a bit of gallery travel analytics.
To use this starter template, you'll need to have Node.js on machine.
Clone this repository:
git clone git@github.com:hromadchuk/gallery-analyse.git
Install the dependencies:
yarn install
Run the development static:
yarn dev
To build the app for production:
yarn build
To run the app on a device, use the Capacitor CLI:
yarn run:ios
To open the respective directory in Xcode:
yarn open:ios