Development relies on these tools being available on your computer:
- Node (v.10+).
- Yarn or NPM for package management.
- Grunt as a build tool.
- Run
yarn
ornpm
in the root folder to install all required JavaScript packages. - Run
grunt
to build the extension.
Note: Snipit only supports Chrome at this time, Firefox will soon follow.
- Make sure that your extension has been built.
- Open Chrome.
- Navigate to the
chrome://extensions/
internal page. - Enable Development mode by toggling the switch in the upper-right corner of the page.
- Click on the button labeled Load unpacked in the upper-left corner.
- Select the cloned repository (e.g.
path/to/snipit/
) and click open or select.