This is the mobile client for Reconmap. You can install the app from the Android Play Store or build it and deploy it yourself.
$ npm install expo-cli --global
$ npm install
$ yarn start
# you can open iOS, Android, or web from here, or run them directly with the commands below.
$ yarn android
$ yarn ios
$ yarn web