Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 1.4 KB

README.md

File metadata and controls

68 lines (40 loc) · 1.4 KB

Sigfox Earthquake Motion App

Using sensor data we collected, pushed to firebase and analyzed with the app.

Getting Started

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.

Prerequisites

What things you need to install the software and how to install them

homebrew

Installing

npm v5 has some bugs, so we are using v4 here.

git clone this_repo
brew install npm@4
brew install watchman
npm install

Running the tests

n/a

Break down into end to end tests

n/a

And coding style tests

n/a

Deployment

I am currently using expo to debug and see live changes on the app, use npm run start in terminal and it will generate a QR code where you can use the expo app to scan and use this app.

Built With

bootstrapped with create-react-native-app

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Other

Used readme template from PurpleBooth