diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..39f549a64b424a5c6effb2454fd11d68e9feb450 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +In order to run the app first go to project directory and open a terminal. Run the command "expo start" on your terminal. Taht will initiate an expo server. To run the app with live reloading, choose one of: + + • Scan the QR code that will appear after running "expo start" with the Expo app (Android) or the Camera app (iOS). + • Press a for Android emulator. + • Press e to send a link to your phone with email. + +Press ? to show a list of all available commands. + +-To run tests, make sure yarn or npm is installed and run command: yarn test/npm run test