Prototype for a mobile application that can be used to order taxi rides. Based on React Native and Expo.
- Install git from here: https://git-scm.com/downloads
- Follow the 'Quick Start' instructions here: https://facebook.github.io/react-native/docs/getting-started to install Node, Expo etc.
- In a place of your choice clone this repository via 'git clone https://github.com/robot-5/TuomiKyyti.git'
- In the new folder download all the depencies via 'npm install'
- Ignore the npm audit warnings and run the application via 'expo start'. In the browser window you may have to select 'Tunnel'.
- On a mobile device of your choice install the Expo Client ( https://expo.io/tools#client ) and use it to access the app via QR code or link.
- The app should now be running on your mobile device. All Done!