Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanbohacek/data-visualization-gutenberg-block
https://github.com/stefanbohacek/data-visualization-gutenberg-block
data-visualization dataviz gutenberg wordpress
Last synced: about 2 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanbohacek/data-visualization-gutenberg-block
- Owner: stefanbohacek
- License: mit
- Created: 2020-07-29T20:18:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T16:19:37.000Z (8 months ago)
- Last Synced: 2024-04-14T07:22:36.689Z (7 months ago)
- Topics: data-visualization, dataviz, gutenberg, wordpress
- Language: PHP
- Homepage: https://stefanbohacek.com/project/data-visualization-gutenberg-block/
- Size: 4.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Visualization Gutenberg Block
![Preview of the data visualization Gutenberg block for WordPress](img/dataviz-gutenberg-block-preview.png)
A minimalist Gutenberg block plugin for adding data vizualisation to your WordPress blog posts. Learn more [on fourtonfish.com](https://fourtonfish.com/project/data-visualization-gutenberg-block/).
## Development
```sh
#install dependencies
npm install
# build admin scripts
npm run build # or npm run start to watch for changes
# build front-end scripts
gulp
```