Skip to content

coverallsapp/coveralls-chrome-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b59b502 · Jun 25, 2018

History

64 Commits
Jun 25, 2018
Jan 3, 2018
Jan 3, 2018
Feb 13, 2018
Feb 9, 2018
Jun 25, 2018
Feb 9, 2018
Feb 13, 2018

Repository files navigation

Chrome Extension

This project uses yarn and webpack to build a chrome extension. In order to setup your development environment, follow below steps:

  1. Clone project to your system
  2. Install yarn on your system (brew install yarn on a mac with homebrew)
  3. Run yarn install inside of directory.
  4. Run yarn build to build the extension using webpack
  5. Load the dist directory as an unpacked extension in chrome (you may need to make sure development features are enabled in your browser)

Each time you update the extension you will need to rebuild it and reload it in chrome.