This is the repository for the mobile end of the transparent water project being developed in 2018
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
- Node.js
- React Native
- Expo on your phone (Android or iPhone)
Install the necessary project packages with
npm install
and run the project with
npm start
Scan the QR Code with your phone to open the app on your device
We are using Javascript Lint for testing and continuous integration. You can check your code by running the following command to check the code for mistakes and run all automatic tests.
npm run check
This will also run automatically whenever you push a change or update a pull request.