Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

xiaoxigua-1/X-optimizer

Repository files navigation

x-optimizer

Fix X to be more usable.

Store

Available Scripts

In the project directory, you can run the following scripts:

npm dev

Development Mode: This command runs your extension in development mode. It will launch a new browser instance with your extension loaded. The page will automatically reload whenever you make changes to your code, allowing for a smooth development experience.

npm dev

npm start

Production Preview: This command runs your extension in production mode. It will launch a new browser instance with your extension loaded, simulating the environment and behavior of your extension as it will appear once published.

npm start

npm build

Build for Production: This command builds your extension for production. It optimizes and bundles your extension, preparing it for deployment to the target browser's store.

npm build