Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 627 Bytes

README_AMO.md

File metadata and controls

31 lines (22 loc) · 627 Bytes

Textmarker - build instructions for AMO review team

Summarized

Source code:
The src/ folder contains the JavaScript and SASS source files.

webpack is used for precompiling and bundling.

Production code: The extension/ folder contains the addon code.

Prerequisites

  • node.js v16.15.1
  • npm 8.11.0

Installing modules

Run the following from console/terminal (root folder):
for installing all required node modules (see: package.json)

npm install

Webpack

Run the following from console/terminal (root folder):
for bundling the source code

npm run prod