This application was created to convert points to dollars for a few mobile reward apps.
This is an Expo app.
-
Install dependencies
npm install
-
Start the app
npx expo start
3: Build the Progressive Web App
npx expo export -p web
Build will be available on expo online.
Checkout RSYNC.md to push changes to production.