Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 693 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 693 Bytes

Contributing Guide

  1. Setup the repo locally.
git clone https://github.com/jyash97/snippet-extension.git && cd snippet-extension
  1. Install project dependencies from root
yarn
  1. Build extension code in watch mode ( Updates bundles on file changes )
yarn start
  1. Open chrome://extensions and toggle developer mode and click Load unpacked and select the extension/ folder.

  2. To check console messages, goto extensions and click on background page which should open the devtolls for extension. Check the image below: Background Page

  3. Try reloading extension if the extension is not updated.