Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 580 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 580 Bytes

Demo

Click here for demo

Debugging

  1. Install packages with npm install

  2. Where to put API keys Put API keys in a .env file in the root folder and name them as such

  • Giphy API key: REACT_APP_GIPHY_APIKEY="<insert API key here>"
  • Google Client ID: REACT_APP_GOOGLE_CLIENTID="<insert Google ClientID here>"
  1. Run npm start

This project was bootstrapped with Create React App.