To set up and work on the extension, follow these steps:
-
Install Dependencies: install the necessary packages.
npm i
-
Build the Extension: Creates the deployment files needed for the extension.
npm run build
-
Start in Development Mode: Runs the extension in development mode.
npm run start
-
Production Build Mode: Creates a production-ready build without console logs.
npm run build:prod
This project is licensed under a custom license that prohibits unauthorized distribution. Any distribution or reproduction without the express consent of the original authors is strictly prohibited. Please see the LICENSE file for more details.