Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 372 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 372 Bytes

WordPress WASM

Development

Prerequisites

  • Docker
  • Node/npm
  • Yarn
  • Composer

Setup

  1. Set up repo dependencies.

    yarn install
  2. Import libraries.

    composer install
  3. Start the local environment.

    yarn wp-env start

Developing the block

cd wasm-demo
yarn start