Skip to content

WP Farcaster connects your WordPress site to Farcaster.

Notifications You must be signed in to change notification settings

davisshaver/farcaster-wp

Repository files navigation

Farcaster WP

Farcaster WP connects your WordPress site to Farcaster.

Installation

The recommended way to install Farcaster WP is downloading the ZIP file from the most recent release.

Development

Before you begin, make sure you have Composer and Bun available.

  1. Clone the repository.

    git clone https://github.com/davisshaver/farcaster-wp.git

  2. Change into the directory.

    cd farcaster-wp

  3. Install Composer dependencies.

    composer install

  4. Install Node dependencies with Bun.

    bun install

  5. Build the JS files.

    bun run build