- Link
- Copy the api key, you'll need it soon.
- Clone/download this repo
- Navigate to the directory
- Run
sed 's/shhhhh/<YOUR API KEY>/' ./src/secret.js.tmpl > ./src/secret.js
to generatesecret.js
which will include your giphy api key. - Open src/secret.js in your favorite text editor.
- Run
npm install
to install the dependencies - Run
npm run build
to build the app