An application made for Okta hackathon which serves as a hub to all of your transactions.
- Clone repository
- Cd into repo and Run following commands:-
- To install all the required modules and dependencies.
$ npm install
- To run application on web.
$ yarn start-web
- To run Application on phone (in expo app).
$ yarn start
- Install expo if prompted.
- Install the expo mobile app.
- Go to expo mobile app and scan the QR Code displayed on your terminal.
Happy Hacking!!