Farcaster WP connects your WordPress site to Farcaster.
The recommended way to install Farcaster WP is downloading the ZIP file from the most recent release.
Before you begin, make sure you have Composer and Bun available.
-
Clone the repository.
git clone https://github.com/davisshaver/farcaster-wp.git
-
Change into the directory.
cd farcaster-wp
-
Install Composer dependencies.
composer install
-
Install Node dependencies with Bun.
bun install
-
Build the JS files.
bun run build