note: revoked all api keys. In order to use the app, you'll need to replace the maps API and firebase API sections of the app.
HackUPC Project 2018
Map-app (name in progress) is a social platform to find out about events near your current location. Any user of the app can place a pin on the map indicating some activity they'd like to do (Play tennis), and every other user can see that event.
- Make a directory for your hackUPC project --
mkdir hackUPC
- Pull the code --
git clone https://github.com/joshspicer/map-app.git
- Run
yarn
, which will install all the project dependencies (specified in package.json) into a folder callednode_modules
- Connect your device or start your Android emulator
- Run
yarn run android
, and the app should attach to your Android device. - Show Josh the error and he'll hopefully know what to do