An open API service indexing awesome lists of open source software.

https://github.com/asharirfan/wp-gist-block

Gutenberg block for displaying GitHub gists in the block editor.
https://github.com/asharirfan/wp-gist-block

gist gutenberg gutenberg-block gutenberg-plugin wordpress wordpress-plugin

Last synced: 2 months ago
JSON representation

Gutenberg block for displaying GitHub gists in the block editor.

Awesome Lists containing this project

README

          

# 🧱 Gist Block

> Gutenberg block for displaying GitHub gists in the block editor.

![Screenshot](https://i.imgur.com/OHWtUi3.gif)

## 👨‍💻 Development

### → Step 1

Clone the repository

```bash
git clone git@github.com:asharirfan/wp-gist-block.git
```

### → Step 2

Install npm packages of the plugin

```bash
cd wp-gist-block && npm install
```

### → Step 3

To watch for changes

```bash
npm run watch
```

### → Step 4

To build your changes

```bash
npm run build
```