Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalczaplinski/interactive-block-playground
WIP: Interactive live editor for blocks using Interactivity API for WordPress
https://github.com/michalczaplinski/interactive-block-playground
Last synced: 11 days ago
JSON representation
WIP: Interactive live editor for blocks using Interactivity API for WordPress
- Host: GitHub
- URL: https://github.com/michalczaplinski/interactive-block-playground
- Owner: michalczaplinski
- Created: 2023-04-11T20:54:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T17:57:23.000Z (over 1 year ago)
- Last Synced: 2024-11-15T01:47:37.937Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Interactive Block Playground
Built with [WordPress Playground](https://github.com/WordPress/wordpress-playground).
https://user-images.githubusercontent.com/5417266/233141638-b8143576-fb56-462d-9abb-fce117ba84ba.mov
### How to run it:
You'll need to run a local server at the root of the repo. For example:
```sh
python -m http.server
```After that, just:
```sh
npm start
```to run the `tsc` compiler.
If you want to make any changes to the `hello` plugin, you should run:
```sh
node build-zips.cjs
```This will watch the `hello` folder for chagnes and build and compress the plugin
to `zips/hello`.