Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 247 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 247 Bytes

snapshot-app

Install dependencies

yarn
  • Also copy .env-example and rename to .env with your own environment variables

Extra step to install for iOS

cd ios
pod install

Run project

yarn ios
yarn android