WordPress Book

Development

Prerequisites

  • Docker
  • Node/npm
  • Composer

Setup

  1. Set up repo dependencies.

    npm install
    composer install
    TEXTDOMAIN=wporg-book composer exec update-configs
  2. Build the theme.

    npm run build
  3. Start the local environment.

    npm wp-env start
  4. Visit site at localhost:8888.

  5. Log in with username admin and password password.