Gutenberg block for displaying GitHub gists in the block editor.
Clone the repository
git clone git@github.com:asharirfan/wp-gist-block.git
Install npm packages of the plugin
cd wp-gist-block && npm install
To watch for changes
npm run watch
To build your changes
npm run build