👋 Created by @aurooba and @bacoords for 2023 WP Accessibility Day.
👀 View the slides for the talk here: A Recipe for an Accessible Accordion Block.
💻 To try out this block on InstaWP, check out our sandbox site.
This plugin was scaffolded with @wordpress/create-block. If you’d like to develop from this repository, first install all of the dependencies:
npm install
Then run the build process in a watch mode:
npm start
To use the included local environment, make sure Docker is running and then run the following command:
npm run env start
and visit http://localhost:8888/wp-admin.
You should be able to log in with Username: admin
and Password: password
.