Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 758 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 758 Bytes

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.