Skip to content

wp-media/wpr-front-debugging-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

120 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPR Fron Debugging tool

A browsers extension tool to debug WP Rocket WordPress plugin.

Development Setup

Prerequisites

Install Node.js which includes Node Package Manager (NPM)

Libraries and Technologies used (Knowledge required)

Setting Up the Project

  • Clone the repository
  • Run npm install

Development

  • Run npm run dev to start the development server (Watch mode and hot reload). Make sure to load the folder .output/chrome-mv3 in your browser (Follow these steps).
  • Run npm run build to create a production and optimized build
  • Run npm run zip to do the same as npm run build but automatically creating the zip file to upload to Chrome Web Store

Contributions

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).

Author

Sandy Figueroa: Github

Documentation (TODO)

  • Project Structure: TODO (Mainly WXT structure)

About

A tool for debugging WP Rocket WordPress plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors