Jesus Collective Mobile App
To setup a local copy of The Jesus Collective App for development you will need an AWS account.
- Setup a free AWS account.
- Install Node/NPM
- Run: npm install
- Run: npm start
- To setup AWS run:
a) amplify configure
b) amplify push
To create deployment packages run:
expo build:ios
expo build:android
- Download the resulting files.
- Upload the files to the Apple or Google Play store.