Skip to content

sereedmedia/wporg-contributor-orientation

 
 

Repository files navigation

Contritbutor 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 enviroment, 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 "Contritbutor Orientation Block" plugin is active
  5. Create a new page, and add the "Contritbutor Orientation Block" block

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


Example on make.WordPress.org

contribute-step-1

contribute-step-2

contribute-step-3

contribute-step-4

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 64.4%
  • JavaScript 30.0%
  • SCSS 5.6%