Skip to content

severest/giphub

Repository files navigation

Giphub Build Status

Giphub let's you insert Giphy GIFs from within GitHub.

Setup

This project uses yarn. If you haven't already, install yarn globally:

npm install -g yarn

Install required packages

yarn install --pure-lockfile

Build

Build un-minified version of the extension

yarn run dev

Build production version the extension

yarn run build

The unpacked extension is available in the dist folder in both cases.