mirror of
https://github.com/chylex/Firefox-SCsCC.git
synced 2024-11-13 23:42:49 +01:00
SCs Currency Converter
c255fae668
Bumps [tar](https://github.com/npm/node-tar) from 6.0.5 to 6.1.11. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v6.0.5...v6.1.11) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
src | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
babel.config.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
webpack.config.js |
SCs Currency Converter
Currency Converter for Firefox
https://addons.mozilla.org/firefox/addon/scscurrencyconverter/
Development
Requirements:
Install
To install the project's dependencies:
npm install
Start
During development use:
npm start
This will build a develpment version of the scripts in the dist folder, and starts webpack in watch mode.
In an other terminal/console:
npm run run:web-ext
This opens a clean Firefox with the addon installed. Every time a script is modified, the addon will be reloaded.
Build
To build the addon, use:
npm run build
This will build a production version of the scripts in the dist folder, and packages them into a zip file in the build folder.