A mobile-friendly web app for managing places on a map with emoji markers, similar to Google MyMaps.
-
Clone the repository and install dependencies:
pnpm install
-
Get a Google Maps API key from Google Cloud Console (enable Maps JavaScript API and Places API)
-
Create a
.env
file and add your variables and keys for Firebase and Google Maps:REACT_APP_GOOGLE_MAPS_API_KEY= REACT_APP_GOOGLE_MAP_ID= REACT_APP_FIREBASE_API_KEY= REACT_APP_FIREBASE_AUTH_DOMAIN= REACT_APP_FIREBASE_PROJECT_ID= REACT_APP_FIREBASE_STORAGE_BUCKET= REACT_APP_FIREBASE_MESSAGING_SENDER_ID= REACT_APP_FIREBASE_APP_ID=
-
Start the app:
pnpm start