Current features: Authentication, Map Interface Reviews, Product Listing, Direct messaging, Stripe-integrated payment.
Steps to set up the project in your local computer:
- Clone to your local directory.
- Install dependencies (yarn + npx pod-install)
- Initialize Amplify (init amplify) and push to AWS (amplify push).
- Run "yarn start" to start the project.
- Run either of the two following commands on a separate terminal:
- "yarn ios" to start ios simulator.
- "yarn android" to start android simulator.