-
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
hbcondo edited this page Aug 11, 2023
·
10 revisions
This app is currently being developed as a Progressive Web App (PWA) built on Expo. You can run it by performing these steps:
-
Clone this repo locally
-
Generate the PWA code by running this Expo command:
npx expo export:web
-
Expo's export process currently doesn't generate a valid manifest.json file but there is a valid one along with some assets in the
public
folder. Just copy the contents of that folder to theweb-build
folder created in the previous step -
Publish the website locally with Serve (use webpack since it exports the service workers correctly):
npx serve web-build --single
Establish a Stripe Connect account to allow the mobile app to display the Stripe login web page. Use the API key of the Stripe Connect account to make calls to the Stripe API.