Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 715 Bytes

File metadata and controls

21 lines (14 loc) · 715 Bytes

HexaTorch Chrome Extenstion

Download

Link to the Google Web Store
Official Website

Getting Started

  1. npm i to install dependancies
  2. npm start to start running the fast development mode Webpack build process that bundle files into the dist folder

Loading The Chrome Extension

  1. Open Chrome and navigate to chrome://extensions/
  2. Toggle on Developer mode in the top right corner
  3. Click Load unpacked
  4. Select the entire dist folder

Production Build

  1. npm run build to generate a minimized production build in the dist folder