WP Manifestindependent plugin directory
manifest / developer / wordcamp-bangkok-2025

WordCamp Bangkok 2025

A very simple WordPress plugin built with modern WordPress toolings

by Thoriq Firdaus · github.com/kinsta/wordcamp-bangkok-2025

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/kinsta/wordcamp-bangkok-2025/archive/refs/heads/main.zip

A very simple WordPress plugin with WordPress modern tools such as @wordpress/scripts, @wordpress/env, etc.

Development

  1. Install dependencies:
    npm install
  2. Build assets:
    npm run build

    Or for development with watch mode:

    npm run start