WordPress / wporg-book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:PHP 50.6%Language:SCSS 43.7%Language:JavaScript 5.7%