Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 613 Bytes

readme.md

File metadata and controls

41 lines (26 loc) · 613 Bytes

I Recommend This Plugin

"I Recommend This" is a WordPress plugin that allows users to recommend posts with a simple click.

Development Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/i-recommend-this.git
  2. Navigate to the plugin directory:

    cd i-recommend-this
  3. Install dependencies:

    npm install

Development Commands

  • Build assets:

    npm run build
  • Watch for changes and rebuild assets automatically:

    npm run start

License

This project is licensed under the GPL License.