A Radio Audience Metering Application for mobile devices. Written in React Native.
- Ensure you have npm installed on your local machine. Go to https://nodejs.org/en/download/ to install it.
- Create a new folder in your desktop called metering.
- Open your terminal and migrate to the metering directory which you just created.
- Once you are in the metering directory, clone this repo by running " git clone . "
- Use npm to install the expo-cli by running " npm install -g expo-cli "
- Install the project's dependencies by running " npm install "
- Launch the application by running " npm start "