Skip to content

Gutenberg block for displaying GitHub gists in the block editor.

Notifications You must be signed in to change notification settings

asharirfan/wp-gist-block

Repository files navigation

🧱 Gist Block

Gutenberg block for displaying GitHub gists in the block editor.

Screenshot

👨‍💻 Development

→ Step 1

Clone the repository

git clone [email protected]:asharirfan/wp-gist-block.git

→ Step 2

Install npm packages of the plugin

cd wp-gist-block && npm install

→ Step 3

To watch for changes

npm run watch

→ Step 4

To build your changes

npm run build