Skip to content

happy-code-time/firefox-addon-network-monitor

Repository files navigation

Install npm packages to develop the addon locally

rm -rf package-lock.json
npm cache clear --force
npm install

Add html files, background and content script

npm run compile

Build Background script

  • Work on the background script in production mode

      npm run build:background
    

Build Content script

  • Work on the content script in production mode

      npm run build:content
    

Popup window (React scripts)

  • Work on the popup window in production mode

      npm run build:popup
    
  • Work on the popup window in development mode

      npm run build:popup:dev
    

Dashboard window (React scripts)

  • Work on the dashboard window in production mode

      npm run build:dashboard
    
  • Work on the dashboard window in development mode

      npm run build:dashboard:dev
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published