Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 616 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 616 Bytes

Netlify Status

CircleCI

The website that improves your life by telling you a joke paired with a Gif

How to run

# go to https://developers.giphy.com/ and create an app to get an API key

# set the API key in your project
echo "GIPHY_KEY='YOUR_KEY_HERE'" > .env

yarn install

yarn start