A browsers extension tool to debug WP Rocket WordPress plugin.
Install Node.js which includes Node Package Manager (NPM)
- Clone the repository
- Run
npm install
- Run
npm run devto start the development server (Watch mode and hot reload). Make sure to load the folder.output/chrome-mv3in your browser (Follow these steps). - Run
npm run buildto create a production and optimized build - Run
npm run zipto do the same asnpm run buildbut automatically creating the zip file to upload to Chrome Web Store
This project uses Husky and conventional commits. If the commit doesn't follow these rules, they will be rejected automatically by husky. So, please check conventional commits documentations to know how to use it.
This already uses git hooks with husky to format code, make sure to not force different formating, use the rules in prettier (Check them in: .prettierrc)
This project uses Semantic Versioning. Please make sure to follow the rules when the version needs to be updated (Every new upload to the Chrome Web Store requires the version to be updated).
Sandy Figueroa: Github
- Project Structure: TODO (Mainly WXT structure)