A block to help contributors learn where they'll fit best.
Prerequisites
- Docker (see wp-env prerequesites)
- Composer
- Node
- nvm (optional)
This uses wp-env to set up a dev enviroment, and wp-scripts to build the block assets.
- Install the dependencies
nvm use # if you use nvm. npm install composer install
- Build the project
npm run build
- Start the local enviroment
npm run wp-env start
- Log in at localhost:8888/wp-admin/, check that the "Contritbutor Orientation Block" plugin is active
- 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.