wporg-contributor-orientation

A block to help contributors learn where they'll fit best.

Stars
12
Committers
7

Contributor Orientation Block

A block to help contributors learn where they'll fit best.

Getting started

Prerequisites

This uses wp-env to set up a dev environment, and wp-scripts to build the block assets.

  1. Install the dependencies
    nvm use # if you use nvm.
    npm install
    composer install
    
  2. Build the project
    npm run build
    
  3. Start the local enviroment
    npm run wp-env start
    
  4. Log in at localhost:8888/wp-admin/, check that the "Contributor Orientation Block" plugin is active
  5. Create a new page, and add the "Contributor Orientation Block" block

You should now be able to test the block on the page you've just created.


Example on make.WordPress.org