![Human ID logo](assets/images/humanId.png)

# Human ID Spam Filter

Human ID Spam Filter stops spammers and spam bots from commenting on your WordPress posts.

## Requirement

1. PHP >= 7.4
2. Node >= 16.14.2

## Project Setup

1. Clone/Fork/Download the repository
2. Copy the extracted folder to the `wp-content/plugins` directory of your WordPress instance
3. Move into the plugin folder from your terminal
     ```console
         $ cd WORDPRESS_PATH/wp-contents/plugins/humanid-spam-filter
   ```
4. Run `npm install` to install packages
5. Run `npm run watch` to auto compile sass files to css
6. Run `npm run translate` to update the translation file
7. Run `npm run allow-deploy` to make the deployment script executable
8. Run `npm run deploy` to generate a zip file that can be deployed
9. Don't forget to check the [Contributing guide](contributing.md)
