8000 GitHub - zlfnhmd/giphy
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zlfnhmd/giphy

Repository files navigation

Giphy generator

Running locally

You will need an giphy api key to set this up locally. Get one here

  1. Clone the repo
git clone git@github.com:zlfnhmd/giphy.git
  1. Install dependencies
npm i
  1. Start local server
GIPHY_API='YOUR_GIPHY_API_KEY' npm run dev

The app will be accessible at http://localhost:3000/

0