This block is based off of a tutorial on how to build a custom Gutenberg block from scratch using the Gravatar service.
- Clone the repo
- Run
npm install --legacy-peer-deps
- Run
npm run start
to start the built scripts. - Run
npm run build
to build production scripts. - Run
npm run zip
to create a plugin zip.