Skip to content

ehsanmoodi/team-members2

Repository files navigation

Team Members2

A gutenberg plugin to display the list of team members

Features

  • Display team members in a customizable layout.
  • Responsive design.

How to Install

  1. Download the plugin zip file from the repository.
  2. In your WordPress admin panel, go to Plugins > Add New.
  3. Click on the "Upload Plugin" button at the top of the page.
  4. Choose the downloaded zip file and click "Install Now".
  5. Once the plugin is installed, click "Activate Plugin".

Alternatively, you can install the plugin manually:

  1. Clone this repository to /wp-content/plugins/ of your local/server WordPress installation
  2. In your WordPress admin panel, go to Plugins and activate the "Team Members2" plugin.

Usage

  1. After activating the plugin, go to the Gutenberg editor.
  2. Add the "Team Members2" block to your page or post.
  3. Customize the block settings.

Dev Requirements

  • WordPress version 6.5 or higher
  • Node.js version 20 or higher

Development Setup

To set up the development environment for the Team Members2 plugin, follow these steps:

  1. Ensure you have the required versions of WordPress, Node.js.
  2. Navigate to /wp-content/plugins/
  3. Clone the repository:
    git clone https://github.com/your-repo/team-members2.git
  4. Navigate to the plugin directory:
    cd team-members2
  5. Install the necessary npm packages:
    npm install
  6. Start coding

NPM Commands

Here are some useful npm commands for development:

  • npm run start: Starts the development server and watches for changes.
  • npm run build: Builds the plugin for production.

Support

If you encounter any issues or have questions, please open an issue on the GitHub repository.

License

This plugin is licensed under the GPL-2.0-or-later license. For more information, see GPL-2.0-or-later.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published