Proof of Concept block that outputs a post meta field within a Query Loop Post Template block.
Built using the WordPress Create Block Script.
To get up and running, pull this block into your WordPress plugins directory, cd
into the block and run the following commands:
npm install
npm run build
This will compile the assets into the build folder.