Roadmap to set up the environment:
- Install Docker-ce.
- Install NVM, and then install the LTS version of nodejs.
- Install wp-env command: npm install –global @wordpress/env
- Create a sample block project:
- npx @wordpress/create-block testblock
- Go into the directory and: wp-env start
Learning Resources
- learn.wordpress.org
- Block Editor Handbook
- npm @wordpress/env README – lots of config examples