WordCamp Bangkok 2025
A very simple WordPress plugin built with modern WordPress toolings
★ 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.zipA very simple WordPress plugin with WordPress modern tools such as @wordpress/scripts, @wordpress/env, etc.
Development
- Install dependencies:
npm install - Build assets:
npm run buildOr for development with watch mode:
npm run start