https://github.com/itsjonq/gutenbook
An experimental Storybook-based Gutenberg block dev environment
https://github.com/itsjonq/gutenbook
Last synced: over 1 year ago
JSON representation
An experimental Storybook-based Gutenberg block dev environment
- Host: GitHub
- URL: https://github.com/itsjonq/gutenbook
- Owner: ItsJonQ
- Created: 2019-09-27T13:55:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:33:17.000Z (over 3 years ago)
- Last Synced: 2025-03-24T09:38:30.712Z (over 1 year ago)
- Language: JavaScript
- Size: 2.27 MB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📘Gutenbook
> An experimental Storybook-based Gutenberg block dev environment.

## Get started
Once you clone this repo, install the project's dependencies by running:
```
npm install
```
Once that's done, fire up the dev environment by running:
```
npm start
```
The example Gutenberg blocks are located under `./blocks`.