This is a minimum block plugin template to rapidly get started building WP blocks using Rust + TypeScript.
- Follow me on Twitter: https://twitter.com/kevinbatdorf
- Sponsor this package: https://github.com/sponsors/KevinBatdorf/
- Run
npm installto install necessary packages - Run
npm run rename <text-domain> <label>to rename from rust-starter. - Run
npm run startto start the dev server - Run
cypress opento run interactive tests