WordPress / wporg-developer

WordPress.org Developer theme
https://developer.wordpress.org/
60 stars 23 forks source link
wporg

Developer.WordPress.org Theme

Development

Prerequisites

Setup

  1. Set up repo dependencies.

    yarn setup:tools
  2. Build the assets. If there's anything that needs setting up.

    yarn build
  3. Start the local environment.

    yarn wp-env start
  4. Run the setup script.

    yarn setup
  5. Visit site at localhost:8888.

  6. Log in with username admin and password password.

Environment management

These must be run in the project's root folder, not in theme/plugin subfolders.

Asset management