MEMEVOLUTION
HOW TO RUN
In the project directory
Create a .env.development.local file as follows:
REACT_APP_FIREBASE_API_KEY={yourFirebaseApiKey}
REACT_APP_FIREBASE_AUTH_DOMAIN={yourFirebaseAuthDomain}
REACT_APP_FIREBASE_PROJECT_ID={yourFirebaseProjectId}
REACT_APP_FIREBASE_STORAGE_BUCKET={yourFirebaseStorageBucket}
REACT_APP_FIREBASE_MESSAGING_SENDER_ID={yourFirebaseMessagingSenderId}
REACT_APP_FIREBASE_APP_ID={yourFirebaseAppId}
REACT_APP_FIREBASE_MEASUREMENT_ID={yourFirebaseMeasurementId}
Now, you can run:
yarn start
Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.