Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 523 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 523 Bytes

La Ferme - Mobile

This package contains the mobile application.

Install

Check INSTALL.md

Getting started

Use yarn as package manager. Then:

yarn
yarn ios

You should see your app running in the iOS Simulator!

If you to debug using your iOS device, run LaFerme.xcworkspace in the ios directory.

Deploy

To deploy to the App Store, we use Fastlane.

If you have access to the credentials repository, it's plug and play.

Just run:

yarn beta