Follow the steps below to run extension
- get source code from github
- install npm dependencies
- build js use command : npm run build
- start development mode
git clone https://github.com/BASChain/httpb-plugin.git httpb-fx
cd httpb-fx
touch .config/.env
yarn install # or npm install
npm run build
npm start environment variables file at .config/.env
content contains : DEST_TARGET=firefox
used command zip:fox to generate *.zip (in dist/firefox/bas-{version}.zip)
npm run zip:fox