Skip to content

Latest commit

 

History

History
166 lines (10 loc) · 762 Bytes

README.md

File metadata and controls

166 lines (10 loc) · 762 Bytes

Gutenberg + Rust + TypeScript

This is a minimum block plugin template to rapidly get started building WP blocks using Rust + TypeScript.

Getting Started

  • Run npm install to install necessary packages
  • Run npm run rename <text-domain> <label> to rename from rust-starter.
  • Run npm run start to start the dev server
  • Run cypress open to run interactive tests

Latest Build