Skip to content

happy-code-time/firefox-addon-source-code

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

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
    

Iframe window (React scripts)

  • Work on the dashboard window in production mode

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

      npm run build:iframe:dev
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published