michalczaplinski / interactive-block-playground

WIP: Interactive live editor for blocks using Interactivity API for WordPress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive Block Playground

Built with WordPress Playground.

Screen.Recording.2023-04-19.at.11.29.49.mov

How to run it:

You'll need to run a local server at the root of the repo. For example:

python -m http.server

After that, just:

npm start

to run the tsc compiler.

If you want to make any changes to the hello plugin, you should run:

node build-zips.cjs

This will watch the hello folder for chagnes and build and compress the plugin to zips/hello.

About

WIP: Interactive live editor for blocks using Interactivity API for WordPress


Languages

Language:JavaScript 41.6%Language:TypeScript 27.6%Language:PHP 15.8%Language:CSS 7.8%Language:HTML 7.3%