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.
- Host: GitHub
- URL: https://github.com/asharirfan/wp-gist-block
- Owner: asharirfan
- Created: 2020-09-21T20:37:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T17:28:07.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T14:45:23.232Z (over 1 year ago)
- Topics: gist, gutenberg, gutenberg-block, gutenberg-plugin, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 🧱 Gist Block
> Gutenberg block for displaying GitHub gists in the block editor.

## 👨💻 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
```