Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 635 Bytes

File metadata and controls

31 lines (22 loc) · 635 Bytes

Development Usage

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  

the environment variables file

environment variables file at .config/.env

content contains : DEST_TARGET=firefox

publishing extensions zip

used command zip:fox to generate *.zip (in dist/firefox/bas-{version}.zip)

npm run zip:fox